Skip to content

Commit

Permalink
Set the flag both ways.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jul 10, 2023
1 parent 90be7d9 commit a18a18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if(${Protobuf_FOUND})
else()
find_package(Protobuf REQUIRED)
include_directories(${Protobuf_INCLUDE_DIRS})
set(PROTOBUF_LOADED_AS_CONFIG OFF)
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")
Expand Down

0 comments on commit a18a18b

Please sign in to comment.