MantisBT - CMake
View Issue Details
0000061CMakepublic2003-07-07 15:252003-08-05 16:43
Ken Martin 
Brad King 
highfeaturealways
closedfixed 
 
 
0000061: CMakeSetup support some of the same arguments as ccmake
Andy really wants this
No tags attached.
Issue History

Notes
(0000077)
Brad King   
2003-08-05 16:43   
CMakeSetup, cmake, and ccmake now all support passing the following arguments:

1.) The path to a CMakeLists.txt file will configure an in-source build.

2.) The path to a CMakeCache.txt file or the directory containing one will load that build tree's settings.

3.) The path to a directory containing a CMakeLists.txt file is that to a source tree and will use it as the source tree and the current working directory as the build tree.