Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix FindModulesExecuteAll when KDE4 is installed | Brad King | 2017-04-21 | 1 | -1/+1 |
| | | | | | | | Set `CMP0017` to `NEW` so that when FindKDE4 sets `CMAKE_MODULE_PATH` it does not break internal dependencies of other find modules. Fixes: #16823 | ||||
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | ENH: add a project name | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
| | |||||
* | ENH: fix find module stuff for test | Bill Hoffman | 2008-06-16 | 1 | -0/+1 |
| | |||||
* | ENH: add test which executes all FindXXX.cmake modules | Alexander Neundorf | 2008-06-16 | 1 | -0/+29 |
Alex |