Skip to content

Commit 997f261

Browse files
authored
Update Ubuntu_GNU7.cmake
1 parent de72ce4 commit 997f261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/Ubuntu_GNU7.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set (GNU_ROOT /usr)
22
set(CMAKE_C_COMPILER gcc-7)
33
set(CMAKE_CXX_COMPILER g++-7)
44
set(CMAKE_CXX_FLAGS -std=c++11)
5-
set(CMAKE_Fortran_COMPILER "${GNU_ROOT}/bin/gfortran-9")
5+
set(CMAKE_Fortran_COMPILER "${GNU_ROOT}/bin/gfortran")
66

77
#set (CMAKE_Fortran_FLAGS "-fdefault-real-8") # I4/R8 insuffisant si des double precision sont déclarés car alors promus en R16
88
set (CMAKE_Fortran_FLAGS)

0 commit comments

Comments
 (0)