summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-04-30 22:09:04 (GMT)
committerBrad King <brad.king@kitware.com>2007-04-30 22:09:04 (GMT)
commit3b744d0804a797706dbe252e17c0c07ba88a8fe6 (patch)
tree55af533e7de1f3a8b92f686dfb83f61666a10188 /Modules
parent412c0f4a61bfc58ac3c8cc8281d9cc38a127f27d (diff)
downloadCMake-3b744d0804a797706dbe252e17c0c07ba88a8fe6.zip
CMake-3b744d0804a797706dbe252e17c0c07ba88a8fe6.tar.gz
CMake-3b744d0804a797706dbe252e17c0c07ba88a8fe6.tar.bz2
BUG: Need to install CMakeCXXCompilerId.cpp so that C++ compiler identification works in an install tree.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt
index 5e6779b..be80179 100644
--- a/Modules/CMakeLists.txt
+++ b/Modules/CMakeLists.txt
@@ -1,6 +1,7 @@
# just install the modules
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$)