Changes between Version 2 and Version 3 of CMakeBuildingIndividualLibraries
- Timestamp:
- May 24, 2008, 3:41:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeBuildingIndividualLibraries
v2 v3 75 75 Preprocessing CXX source to CMakeFiles/boost_signals-mt-shared.dir/slot.cpp.i 76 76 }}} 77 If you are interested in the compiler flags, try enabling `CMAKE_VERBOSE_MAKEFILES` via `ccmake`, or just passing `VERBOSE=1`78 on the command line:77 If you are always interested in seeing the compiler flags you can enable `CMAKE_VERBOSE_MAKEFILES` via `ccmake` 78 , or for a one-off just pass `VERBOSE=1` on the command line: 79 79 {{{ 80 80 % make VERBOSE=1 slot.i … … 87 87 }}} 88 88 89 This may come in handy while we wait for c++0x to banish preprocessor metaprogramming.90 89 91 90 … … 93 92 94 93 94