[CMake] Supress generation of a Makefile

Bill Hoffman bill.hoffman at kitware.com
Thu Mar 19 11:38:56 EDT 2015


On 3/19/2015 2:20 AM, Hendrik Sattler wrote:
>> >How do I stop CMake from generating a Makefile?
Don't do in source builds.

mkdir build.
cd build
cmake ..

-Bill




More information about the CMake mailing list