[Bf-committers] CMake build options

Chris Want cwant at ualberta.ca
Mon Nov 20 18:42:43 CET 2006


Tony Agee wrote:
> Also, having the file used to set build options (blender/CMakeLists.txt) 
> under source control is a bit problematic. If I change build options, 
> then the defaults are changed in CVS (as happened yesterday) then a CVS 
> update will (did) fail to properly update my file. We need something 
> like user-config.py, as in Scons.

The system creates a CMakeCache.txt that should have any local
config options in it. Also, this system works best with
out-of-source builds, which helps keep your source tree
nice and clean. For linux, try using the 'ccmake' version
of the program for a nice user interface for configuring
the sources.

Chris



More information about the Bf-committers mailing list