ADD: smal CMakeLIste changes

This commit is contained in:
Henry Winkel
2023-11-09 17:28:27 +01:00
parent 7e77b067b1
commit 113b37b3e6

View File

@@ -28,7 +28,7 @@ IF(NOT TARGET protobuf)
set(ABSL_PROPAGATE_CXX_STD ON CACHE INTERNAL "")
set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "")
set(protobuf_BUILD_EXAMPLES OFF CACHE INTERNAL "")
set(protobuf_BUILD_SHARED_LIBS OFF CACHE INTERNAL "")
# set(protobuf_BUILD_SHARED_LIBS OFF CACHE INTERNAL "")
add_subdirectory(libs/protobuf )
include(protobuf)
ENDIF()