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 7dbebbb commit 98fa23cCopy full SHA for 98fa23c
lib/CMakeLists.txt
@@ -95,7 +95,7 @@ if (BUILD_DYNAMIC_LIB)
95
target_link_options(pulsarShared PRIVATE -Wl,-Bsymbolic)
96
endif ()
97
check_cxx_symbol_exists(__GLIBCXX__ iostream GLIBCXX)
98
- if (GLIBCXX and LINK_STATIC_GCC_CXX)
+ if (GLIBCXX AND LINK_STATIC_GCC_CXX)
99
target_link_libraries(pulsarShared PUBLIC -static-libgcc -static-libstdc++)
100
101
endif()
0 commit comments