nemequ/configure-cmake

Feature Request: Out of source build of CMake

rilian-la-te opened this issue · 1 comments

add an option to change CMake dir, like steps:

mkdir build
cd build
cmake ..

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.