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 55656fe commit b263d5fCopy full SHA for b263d5f
CMakeLists.txt
@@ -831,6 +831,12 @@ else()
831
list( APPEND PROJECT_COMPILE_DEFINITIONS_CONFCHECK FSEEK_OK )
832
endif()
833
834
+if ( ${NOUNDERSCORE_SYMBOL} )
835
+ list( APPEND PROJECT_COMPILE_DEFINITIONS_CONFCHECK NOUNDERSCORE )
836
+elseif( ${UNDERSCORE_SYMBOL} )
837
+ list( APPEND PROJECT_COMPILE_DEFINITIONS_CONFCHECK UNDERSCORE )
838
+endif()
839
+
840
# I don't believe these are used anymore...
841
# $<$<BOOL:${MPI2_SUPPORT}>:MPI2_SUPPORT=$<BOOL:${MPI2_SUPPORT}>>
842
# $<$<BOOL:${MPI2_THREAD_SUPPORT}>:MPI2_THREAD_SUPPORT=$<BOOL:${MPI2_THREAD_SUPPORT}>>
0 commit comments