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.
2 parents 2429dc7 + 1bdf63e commit 2d756c8Copy full SHA for 2d756c8
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