Changes between Version 6 and Version 7 of CMakeBuildConfiguration


Ignore:
Timestamp:
May 24, 2008, 2:57:02 PM (14 years ago)
Author:
troy d. straszheim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeBuildConfiguration

    v6 v7  
    9494
    9595||'''''Option'''''||'''''Description'''''||
    96 ||`CMAKE_VERBOSE_MAKEFILE`||Displays full build commands during build.  Good for debugging.||
    9796|| `BUILD_VERSIONED` || Toggles mangling of compiler name and boost version into library names ||
    9897|| `BUILD_TESTING` || Toggles build of testing ||
     
    102101||`CMAKE_OSX_ARCHITECTURES`||'''Mac OS X users''': to build universal binaries, set this to `ppc;i386`.||
    103102 
     103= Advanced options =
     104
     105`ccmake` provides the keystroke option `t` which toggles advanced mode.  Some of the useful options here are:
     106
     107||'''''Option'''''||'''''Description'''''||
     108||`CMAKE_VERBOSE_MAKEFILE`||Displays full build commands during build.  Good for debugging.  Advanced option:  use `t` to toggle display of this option and others.  On unix, you can also build verbose by passing the command line option VERBOSE=1 to your `make` invocation.||
     109||`CMAKE_CXX_COMPILER`||Sets the compiler.||
     110