aboutsummaryrefslogtreecommitdiff
path: root/modules/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-02-16 21:50:11 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-02-16 21:50:11 +0000
commitea2ead5dd6634cdc05757af0730216b3d7e03232 (patch)
tree89b81eac0f122310ecf2b8ad05a55157b1a0c636 /modules/CMakeLists.txt
parentf66019b20337d3eee65036ca1393f3fe9a8db75b (diff)
downloadextra-cmake-modules-ea2ead5dd6634cdc05757af0730216b3d7e03232.tar.gz
extra-cmake-modules-ea2ead5dd6634cdc05757af0730216b3d7e03232.tar.bz2
-replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is a good name for the variable)
-add install rules for the cmake files in kdelibs/cmake/modules/ -remove debug output and fix typo in FindOpenEXR.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=510319
Diffstat (limited to 'modules/CMakeLists.txt')
-rw-r--r--modules/CMakeLists.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 8ccb8c3b..892940d5 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -1,10 +1,6 @@
-set(CMAKE_INSTALL_PREFIX ${CMAKE_ROOT} )
+# install the cmake files
-FILE(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
+file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
-INSTALL_FILES(/Modules FILES
-kde3init_dummy.cpp.in
-kde4init_dummy.cpp.in
-${cmakeFiles}
-)
+install_files(/share/apps/cmake/modules FILES kde3init_dummy.cpp.in kde4init_dummy.cpp.in ${cmakeFiles} )