Skip to content

Commit

Permalink
Disable protobuf_MSVC_STATIC_RUNTIME
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler committed Jul 7, 2023
1 parent 0fcbca1 commit 62d6616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ find_package(Python 3.8
find_package(nanobind CONFIG REQUIRED)

set(Protobuf_USE_STATIC_LIBS on)
set(protobuf_MSVC_STATIC_RUNTIME off)

include(cmake/CPM.cmake)

Expand Down

0 comments on commit 62d6616

Please sign in to comment.