BUG: Added installation of .in files as well as .cmake files.

This commit is contained in:
Brad King 2005-02-24 11:46:27 -05:00
parent 2e451961b6
commit a21c0449ab
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# just install the modules
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.cmake$)
INSTALL_FILES(${CMAKE_DATA_DIR}/Modules/Platform .*\\.in$)