Feature Request: Out of source build of CMake
rilian-la-te opened this issue · 1 comments
rilian-la-te commented
add an option to change CMake dir, like steps:
mkdir build
cd build
cmake ..
nemequ commented
Already done. Works just like autotools.
mkdir build
cd build
../configure
It should be pretty reliable—I usually build Squash that way, so it's fairly well tested.