[CMake] Disable pretty output

Bill Hoffman bill.hoffman at kitware.com
Mon May 19 12:51:15 EDT 2008


Mike Jackson wrote:
> I _think_ that cmake defaults to a "Release" build if CMAKE_BUILD_TYPE 
> is not given. Someone from the CMake dev team can correct me one way or 
> the other.
> 

OK, so this is a quirky thing in CMake.  :)

On Linux/Unix the default is to have an empty CMAKE_BUILD_TYPE.  However 
for the Microsoft compiler on windows the default is Debug.


-Bill


More information about the CMake mailing list