From a21c0449aba62319e84c5d48d21638bc1f5d9d65 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 24 Feb 2005 11:46:27 -0500 Subject: BUG: Added installation of .in files as well as .cmake files. --- Modules/Platform/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Platform/CMakeLists.txt b/Modules/Platform/CMakeLists.txt index 1054eb5..6d8f4a1 100644 --- a/Modules/Platform/CMakeLists.txt +++ b/Modules/Platform/CMakeLists.txt @@ -1,2 +1,3 @@ # just install the modules INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.cmake$) +INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.in$) -- cgit v0.12