Changes between Version 14 and Version 15 of code/tools/CMake
- Timestamp:
- Feb 9, 2008, 1:46:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v14 v15 16 16 Sometime 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. 17 17 {{{ 18 $ cd <some/branch/or/trunk> && rm -f CMakeCache && cmake .18 $ cd <some/branch/or/trunk> && ./cmakeclearcache && cmake . 19 19 }}} 20 20