We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d0066 commit 1bdf63eCopy full SHA for 1bdf63e
CMakeLists.txt
@@ -123,7 +123,9 @@ set(PKG_CONFIG_DIR ${libdir}/pkgconfig)
123
include(FortranMangling)
124
COMPILE(install_COMPILED)
125
126
-FORTRAN_MANGLING(CDEFS)
+if (NOT DEFINED CDEFS)
127
+ FORTRAN_MANGLING(CDEFS)
128
+endif ()
129
#MESSAGE(STATUS "Setting CDEFS = ${CDEFS}")
130
#set(CDEFS ${CDEFS} CACHE STRING "Fortran Mangling" FORCE)
131
MESSAGE(STATUS "=========")
0 commit comments