Temporarily disable libc++ for shared linking (TODO)

This commit is contained in:
Alexey Milovidov 2019-07-10 11:24:57 +03:00
parent c97f398b9d
commit 0690ec688f
1 changed files with 1 additions and 1 deletions

View File

@ -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)