<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: gz-cmake-ignition-cmake2_2.17.2/cmake/FindIgnProtobuf.cmake
===================================================================
--- gz-cmake-ignition-cmake2_2.17.2.orig/cmake/FindIgnProtobuf.cmake
+++ gz-cmake-ignition-cmake2_2.17.2/cmake/FindIgnProtobuf.cmake
@@ -31,7 +31,7 @@ find_package(Protobuf ${IgnProtobuf_FIND
 if(NOT ${Protobuf_FOUND})
   # If a config-file was not found, then fall back on the system-installed
   # find-module that comes with CMake.
-  find_package(Protobuf ${IgnProtobuf_FIND_VERSION})
+  find_package(Protobuf CONFIG REQUIRED)
 endif()
 
 set(IgnProtobuf_missing_components "")
</pre></body></html>