From 22a2abb154289dae8321c0576ebf134ca4557a71 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 30 Apr 2007 16:05:42 -0400 Subject: 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 --- Modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index 55e2936..5e6779b 100644 --- a/Modules/CMakeLists.txt +++ b/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$) -- cgit v0.12