ENH: fix fortran flags on sun
This commit is contained in:
parent
92bf86dcd9
commit
a4f04d5817
|
@ -1,2 +1,5 @@
|
|||
SET(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
|
||||
SET(CMAKE_Fortran_MODPATH_FLAG "-M")
|
||||
set(CMAKE_Fortran_MODDIR_FLAG "-moddir=")
|
||||
set(CMAKE_Fortran_MODPATH_FLAG "-M")
|
||||
set(CMAKE_EXECUTABLE_RUNTIME_Fortran_FLAG "-R")
|
||||
set(CMAKE_SHARED_LIBRARY_Fortran_FLAGS "-KPIC")
|
||||
|
||||
|
|
Loading…
Reference in New Issue