Answers for "Re-run cmake with a different source directory."

0

Re-run cmake with a different source directory.

cd /path/to/dir
rm -rf build
mkdir build
cd build
cmake ..
Posted by: Guest on April-06-2021

Code answers related to "Re-run cmake with a different source directory."

Browse Popular Code Answers by Language