aboutsummaryrefslogtreecommitdiffstats
path: root/build_settings.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'build_settings.cmake')
-rw-r--r--build_settings.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/build_settings.cmake b/build_settings.cmake
index 63535062c9b..d0bb50360da 100644
--- a/build_settings.cmake
+++ b/build_settings.cmake
@@ -54,20 +54,16 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}" ST
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin")
set(VESPA_ATOMIC_LIB "")
set(VESPA_GCC_LIB "")
- set(VESPA_STDCXX_FS_LIB "")
else()
if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0)
set(VESPA_GCC_LIB "gcc")
- set(VESPA_STDCXX_FS_LIB "stdc++fs")
else()
set(VESPA_GCC_LIB "")
- set(VESPA_STDCXX_FS_LIB "")
endif()
endif()
else()
set(CXX_SPECIFIC_WARN_OPTS "-Wnoexcept -Wsuggest-override -Wnon-virtual-dtor -Wformat-security -Wmismatched-tags")
set(VESPA_GCC_LIB "gcc")
- set(VESPA_STDCXX_FS_LIB "stdc++fs")
endif()
# Detect uring shared library.