[CMake] Type of Build

Brad King brad.king at kitware.com
Thu Jan 20 11:06:56 EST 2005


Luca Cappa wrote:
> Jan Woetzel wrote:
>> cmake -DCMAKE_BUILD_TYPE:STRING=Debug   <sourcedir>
> Anyway I havent found the definition of that variable in the docs 
> available on cmake.org, or i skipped it. Where does the best 
> documentation reside?

Unfortunately the automatic generation process used for the commands has 
not been implemented for the standard variables, which is why it is not 
on the web page.  The best documentation by far is the CMake book linked 
off the documentation page:

http://www.cmake.org/HTML/Documentation.html

It does include a listing of the standard variables.

-Brad



More information about the CMake mailing list