[CMake] CMakeLists.txt options.

Brad Bell bradbell at seanet.com
Sun Oct 28 16:26:36 EDT 2012


The CMakeLists.txt command
     option( <option_variable> "help string describing option" [initial 
value] )
Provides an option for the user to select as ON or OFF; i.e., a BOOL.

How does one provide an option for the user to select that is a PATH ?



More information about the CMake mailing list