From 113b37b3e668fa896316e6dcf0e543028d30dbd8 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Thu, 9 Nov 2023 17:28:27 +0100 Subject: [PATCH] ADD: smal CMakeLIste changes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34f7225..33520b3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()