BUG: Install new fortran compiler id source.

The extension of the id source file was changed from .F90 to .F so this
fixes the install rule.
This commit is contained in:
Brad King 2009-07-24 12:55:42 -04:00
parent 961f9f583f
commit 31678a3c27
1 changed files with 1 additions and 1 deletions

View File

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