From 40cdf3c6988ad2d714717455d1a1ff130ea6c067 Mon Sep 17 00:00:00 2001 From: sunby Date: Sun, 28 Apr 2024 16:45:33 +0800 Subject: [PATCH] enable protobuf libprotoc Signed-off-by: sunby --- cpp/thirdparty/protobuf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/thirdparty/protobuf/CMakeLists.txt b/cpp/thirdparty/protobuf/CMakeLists.txt index c795d88e..c1697392 100644 --- a/cpp/thirdparty/protobuf/CMakeLists.txt +++ b/cpp/thirdparty/protobuf/CMakeLists.txt @@ -7,5 +7,5 @@ FetchContent_Declare(protobuf ) set(protobuf_BUILD_TESTS OFF CACHE INTERNAL "") -set(protobuf_BUILD_PROTOC_BINARIES OFF CACHE INTERNAL "") +# set(protobuf_BUILD_PROTOC_BINARIES OFF CACHE INTERNAL "") FetchContent_MakeAvailable(protobuf) \ No newline at end of file