Use find_package(Protobuf CONFIG) for macOS too
This commit is contained in:
@@ -117,9 +117,7 @@ else()
|
||||
find_package(Iconv)
|
||||
endif()
|
||||
find_package(GnuTLS REQUIRED)
|
||||
if(NOT APPLE)
|
||||
find_package(Protobuf CONFIG)
|
||||
endif()
|
||||
find_package(Protobuf CONFIG)
|
||||
if(NOT Protobuf_FOUND)
|
||||
find_package(Protobuf REQUIRED)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user