mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
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:
@@ -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$)
|
||||
|
||||
Reference in New Issue
Block a user