Changes between Version 15 and Version 16 of CMakeConfigAndBuild
- Timestamp:
- Nov 1, 2008, 7:00:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeConfigAndBuild
v15 v16 34 34 the rest of the instructions are identical. 35 35 36 == Configure the Boost source tree == 36 == Configure the Boost source tree == 37 To discourage the casual developer from trying the CMake build system before it is fully developed a "kill switch" has been added to the CMake file that needs to be turned off or the CMake build system will simply NOT work. In the top most CMakeLists.txt file ($BOOST/src/boost/CMakeLists.txt) you need to comment out the line 38 message(FATAL_ERROR "") 39 then follow the remaining instructions. 40 37 41 This is the makefile generation step, using `CMake`'s configuration tool. This step differs depending on whether you are using CMake's GUI on Microsoft Windows or whether you are using the command-line tools provided on Unix. 38 42