Skip to content

Commit

Permalink
Try fixing protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jul 10, 2024
1 parent fe90b64 commit e1a4588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ endif()

find_package(LIBSSH 0.7.1)

set(CMAKE_FIND_PACKAGE_PREFER_CONFIG ON)
set(CMAKE_FIND_PACKAGE_PREFER_CONFIG NOT ${BUILD_MAVEN})
set(protobuf_MODULE_COMPATIBLE ON CACHE BOOL "" FORCE)
find_package(Protobuf REQUIRED)
find_program(PROTOC_COMPILER protoc REQUIRED)
Expand Down

0 comments on commit e1a4588

Please sign in to comment.