From 3b744d0804a797706dbe252e17c0c07ba88a8fe6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 30 Apr 2007 18:09:04 -0400 Subject: BUG: Need to install CMakeCXXCompilerId.cpp so that C++ compiler identification works in an install tree. --- Modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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$) -- cgit v0.12