Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. mkdir build;
  2. cd build # Create a build directory.
  3. cmake .. # Configure the project.
  4. cmake --build # Build all default targets.
  5.  
  6. cmake ..
  7.  
  8. CMake Error: The source directory "/home/mine" does not appear to contain CMakeLists.txt.
Add Comment
Please, Sign In to add comment