Skip to content

Commit e904f3d

Browse files
committed
debug11
1 parent 77911ec commit e904f3d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL")
77
# 2. Force third-party libraries to be built statically so they are baked into the wheel
88
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
99

10-
# Force Abseil to use dynamic runtime if it has a toggle
11-
set(ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE)
12-
1310
# C++ Standard
1411
set(CMAKE_CXX_STANDARD 17)
1512
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)