Remove -qextname. Handling Fortran underscore is a mess with XL.

This commit is contained in:
Ye Luo 2020-10-18 01:57:07 -04:00
parent 215c7435a0
commit 8ca8e83b6d
1 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,2 @@
# set preprocessor specific flag
set(Fortran_PREPROCESSOR_FLAGS "-qsuffix=cpp=f90")
# set the flag to ensure symbols with underscore added for linking Fortran libraries built by other compilers.
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -qextname")