Ver Fonte

Merge pull request #3751 from uykusuz/master

fixes issue #3750
Jisi Liu há 8 anos atrás
pai
commit
9c407a16e4
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      cmake/protobuf-module.cmake.in

+ 4 - 0
cmake/protobuf-module.cmake.in

@@ -150,6 +150,10 @@ if(NOT EXISTS "${Protobuf_PROTOC_EXECUTABLE}")
   get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc
   get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc
     IMPORTED_LOCATION_DEBUG)
     IMPORTED_LOCATION_DEBUG)
 endif()
 endif()
+if(NOT EXISTS "${Protobuf_PROTOC_EXECUTABLE}")
+  get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc
+    IMPORTED_LOCATION_NOCONFIG)
+endif()
 
 
 # Version info variable
 # Version info variable
 set(Protobuf_VERSION "@protobuf_VERSION@")
 set(Protobuf_VERSION "@protobuf_VERSION@")