From cb17ba7c78d758081d26f42bc374617a7c3e32d0 Mon Sep 17 00:00:00 2001 From: sunby Date: Sun, 28 Apr 2024 16:59:45 +0800 Subject: [PATCH] a 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 c1697392..f76e01a3 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 ON CACHE INTERNAL "") FetchContent_MakeAvailable(protobuf) \ No newline at end of file