BUG: also install CMakePlatformId.h, otherwise the check for the compiler id

works only when building cmake itself, but not with an installed cmake

Alex
This commit is contained in:
Alexander Neundorf 2007-04-30 16:05:42 -04:00
parent 6e2cd41138
commit 22a2abb154
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cmake$)
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 readme\\.txt$)