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 77911ec commit e904f3dCopy full SHA for e904f3d
1 file changed
CMakeLists.txt
@@ -7,9 +7,6 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
7
# 2. Force third-party libraries to be built statically so they are baked into the wheel
8
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
9
10
-# Force Abseil to use dynamic runtime if it has a toggle
11
-set(ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE)
12
-
13
# C++ Standard
14
set(CMAKE_CXX_STANDARD 17)
15
set(CMAKE_CXX_STANDARD_REQUIRED ON)
0 commit comments