Browse Source

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

Alexander Neundorf 18 years ago
parent
commit
22a2abb154
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/CMakeLists.txt

+ 1 - 0
Modules/CMakeLists.txt

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