From d1de570455510fdb856a575cd20bdc3ed3da2849 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Wed, 21 Feb 2024 03:05:21 -0800 Subject: [PATCH] Back to the right way. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34b7faa5..add6770f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ else() message(STATUS "Legacy protobuf library located.") include_directories(${Protobuf_INCLUDE_DIRS}) set(ABSL_INCLUDED_WITH_PROTOBUF OFF) - set(GOOGLETEST_INCLUDED_WITH_PROTOBUF ON) + set(GOOGLETEST_INCLUDED_WITH_PROTOBUF OFF) else() message(STATUS "Fetching external protobuf library.") include(third_party/protobuf.cmake)