Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
1f9d9b20
Commit
1f9d9b20
authored
Nov 18, 2008
by
Bill Hoffman
Browse files
ENH: add gfortran-4
parent
6ec8c837
Changes
1
Hide whitespace changes
Inline
Side-by-side
Tests/CMakeLists.txt
View file @
1f9d9b20
...
...
@@ -956,7 +956,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
# see if we can find a fortran compiler on the machine
# if so, add the fortran test and see if it works.
SET
(
CMAKE_Fortran_COMPILER_LIST ifort ifc efc f95 pgf95
lf95 xlf95 fort gfortran f90 pgf90 xlf90
lf95 xlf95 fort gfortran
gfortran-4
f90 pgf90 xlf90
epcf90 f77 fort77 frt pgf77 xlf fl32 af77 g77
)
FIND_PROGRAM
(
CMAKE_Fortran_COMPILER_FULLPATH NAMES
${
CMAKE_Fortran_COMPILER_LIST
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment