Skip to content

Commit 98fa23c

Browse files
committed
Fix CMakeLists.txt
1 parent 7dbebbb commit 98fa23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (BUILD_DYNAMIC_LIB)
9595
target_link_options(pulsarShared PRIVATE -Wl,-Bsymbolic)
9696
endif ()
9797
check_cxx_symbol_exists(__GLIBCXX__ iostream GLIBCXX)
98-
if (GLIBCXX and LINK_STATIC_GCC_CXX)
98+
if (GLIBCXX AND LINK_STATIC_GCC_CXX)
9999
target_link_libraries(pulsarShared PUBLIC -static-libgcc -static-libstdc++)
100100
endif ()
101101
endif()

0 commit comments

Comments
 (0)