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:
parent
961f9f583f
commit
31678a3c27
|
@ -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$)
|
||||
|
|
Loading…
Reference in New Issue