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 3359603 commit 3f3c7d7Copy full SHA for 3f3c7d7
clickhouse/CMakeLists.txt
@@ -71,11 +71,7 @@ IF (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
71
# /usr/bin/ld: CMakeFiles/simple-test.dir/main.cpp.o: undefined reference to symbol '_Unwind_Resume@@GCC_3.0'
72
# /usr/bin/ld: /lib/x86_64-linux-gnu/libgcc_s.so.1: error adding symbols: DSO missing from command line
73
# FIXME: that workaround breaks clang build on mingw
74
- IF (BUILD_SHARED_LIBS)
75
- TARGET_LINK_LIBRARIES (clickhouse-cpp-lib gcc_s)
76
- ELSE()
77
- TARGET_LINK_LIBRARIES (clickhouse-cpp-lib-static gcc_s)
78
- ENDIF()
+ TARGET_LINK_LIBRARIES (clickhouse-cpp-lib gcc_s)
79
ENDIF ()
80
81
0 commit comments