[Cmake] feature request - separate user and system cmake cache files

Ken Martin ken.martin at kitware.com
Tue Mar 11 16:40:06 EST 2003


Thanks Tony,

I took a quick look at the init file and understand the confusion. The
settings in the init file must be set in the cache. So for example

#Build the vtkHybrid kit.
SET(VTK_USE_HYBRID ON)

Should be

#Build the vtkHybrid kit.
SET(VTK_USE_HYBRID ON CACHE BOOL "doc string")

That should do the trick. 

Thanks
Ken







More information about the CMake mailing list