xzero@dev-nitro:~/apps/usbtop$ cmake -DCMAKE_BUILD_TYPE=Release ..
CMake Error: The source directory "/home/xzero/apps" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Using .. is wrong here as it indicates "go back one level"
xzero@dev-nitro:~/apps/usbtop$ cmake -DCMAKE_BUILD_TYPE=Release .. CMake Error: The source directory "/home/xzero/apps" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.
Using .. is wrong here as it indicates "go back one level"