Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of code/tools/CMake


Ignore:
Timestamp:
Feb 9, 2008, 1:46:04 PM (16 years ago)
Author:
nicolasc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/CMake

    v14 v15  
    1616Sometime it happens, that CMake won't accept the new setting you added some where in a CMakeLists.txt. As a workaround -- I have not found a better solution yet -- delete the the toplevel CMakeCache, and rebuild every Makefile.
    1717{{{
    18 $ cd <some/branch/or/trunk> && rm -f CMakeCache && cmake .
     18$ cd <some/branch/or/trunk> && ./cmakeclearcache && cmake .
    1919}}}
    2020