[Cmake] Advanced variables disappear when set from command line?

Amitha Perera perera at cs . rpi . edu
Wed, 26 Nov 2003 09:56:01 -0500


On Wed 26 Nov 2003, Albert Strasheim wrote:
> [fullung at asok cmake-1.8.1]$ bin/cmake -DCMAKE_BUILD_WX_DIALOG=ON

That should read
  bin/cmake -DCMAKE_BUILD_WX_DIALOG:BOOL=ON

CMake has a concept of variable "type", which is primarily used in the
CMakeSetup dialogs.

Amitha.