diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-04-26 17:40:59 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-04-26 17:40:59 +0000 |
commit | 4e660c43d64dc568e53f1fc37fe5c861ad79c9ab (patch) | |
tree | 1c0f8e22a51326070210fdf2d6ad21cd0d829afe /modules/CMakeLists.txt | |
parent | 8ed46a426c9a62fda18eb0293483e3aa4a221186 (diff) | |
download | extra-cmake-modules-4e660c43d64dc568e53f1fc37fe5c861ad79c9ab.tar.gz extra-cmake-modules-4e660c43d64dc568e53f1fc37fe5c861ad79c9ab.tar.bz2 |
-add FindBoost.cmake from cmake 2.4.5, since the one from 2.6.9RC9 has a problem with the cmake policies
Alex
svn path=/trunk/KDE/kdelibs/; revision=801447
Diffstat (limited to 'modules/CMakeLists.txt')
-rw-r--r-- | modules/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 19a1bb95..db6a9ad4 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -18,7 +18,6 @@ install( FILES cmake-modules-styleguide.txt kde4init_dummy.cpp.in kde4init_win32 # can be removed once we require cmake 2.4.6 or newer: # FindPkgConfig.cmake - #install(SCRIPT ${CMAKE_CURRENT_BINARY_DIR}/remove_files.cmake ) #file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/remove_files.cmake "#generated by cmake, dont edit\n\n") |