rename
This commit is contained in:
5
compilers/PGI.Fortran.cmake
Normal file
5
compilers/PGI.Fortran.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
if(CMAKE_Fortran_COMPILER_ID MATCHES PGI)
|
||||
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}")
|
||||
set(CMAKE_Fortran_FLAGS_RELEASE "-O3")
|
||||
set(CMAKE_Fortran_FLAGS_DEBUG "-g")
|
||||
endif()
|
Reference in New Issue
Block a user