BUG: Need to install CMakeCXXCompilerId.cpp so that C++ compiler identification works in an install tree.

This commit is contained in:
Brad King 2007-04-30 18:09:04 -04:00
parent 412c0f4a61
commit 3b744d0804
1 changed files with 1 additions and 0 deletions

View File

@ -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$)