summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeLists.txt12
-rw-r--r--Modules/Platform/CMakeLists.txt3
2 files changed, 0 insertions, 15 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt
deleted file mode 100644
index da168cd..0000000
--- a/Modules/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-# just install the modules
-## new file added, force rerunning cmake
-
-SUBDIRS(Platform)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cmake$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cpp$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cxx$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.in$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.c$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.h$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.F$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules readme\\.txt$)
diff --git a/Modules/Platform/CMakeLists.txt b/Modules/Platform/CMakeLists.txt
deleted file mode 100644
index 6d8f4a1..0000000
--- a/Modules/Platform/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# just install the modules
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.cmake$)
-INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.in$)