mirror of https://github.com/ByConity/ByConity
Temporarily disable libc++ for shared linking (TODO)
This commit is contained in:
parent
c97f398b9d
commit
0690ec688f
|
@ -225,7 +225,7 @@ include (cmake/find_cxx.cmake)
|
|||
|
||||
include (cmake/test_compiler.cmake)
|
||||
|
||||
if (OS_LINUX AND COMPILER_CLANG)
|
||||
if (OS_LINUX AND COMPILER_CLANG AND USE_STATIC_LIBRARIES)
|
||||
option (USE_LIBCXX "Use libc++ and libc++abi instead of libstdc++ (only make sense on Linux)" ${HAVE_LIBCXX})
|
||||
|
||||
if (USE_LIBCXX)
|
||||
|
|
Loading…
Reference in New Issue