Changes between Version 2 and Version 3 of CMakeBuildingIndividualLibraries


Ignore:
Timestamp:
May 24, 2008, 3:41:47 PM (14 years ago)
Author:
troy d. straszheim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeBuildingIndividualLibraries

    v2 v3  
    7575Preprocessing CXX source to CMakeFiles/boost_signals-mt-shared.dir/slot.cpp.i
    7676}}}
    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:
     77If 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:
    7979{{{
    8080% make VERBOSE=1 slot.i
     
    8787}}}
    8888
    89 This may come in handy while we wait for c++0x to banish preprocessor metaprogramming.
    9089
    9190
     
    9392
    9493
     94