Skip to content

Commit c87082d

Browse files
committed
debug13
1 parent f7bfaba commit c87082d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries" FORCE)
1414
set(protobuf_BUILD_SHARED_LIBS OFF CACHE BOOL "Build protobuf as static" FORCE)
1515
set(protobuf_MSVC_STATIC_RUNTIME ON CACHE BOOL "Use /MT for protobuf" FORCE)
1616

17+
set(ABSL_MSVC_STATIC_RUNTIME ON CACHE BOOL "Force Abseil to use /MT" FORCE)
18+
set(ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE)
19+
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries" FORCE)
20+
1721
# C++ Standard
1822
set(CMAKE_CXX_STANDARD 17)
1923
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)