We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c00f7 commit ada7ef2Copy full SHA for ada7ef2
cmake/functions.cmake
@@ -45,8 +45,8 @@ function(add_flag flag)
45
endfunction()
46
47
function(compile_proto_to_cpp PROTO_LIBRARY_NAME PB_H PB_CC PROTO)
48
- get_target_property(Protobuf_INCLUDE_DIR protobuf::libprotobuf INTERFACE_INCLUDE_DIRECTORIES)
49
- get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc IMPORTED_LOCATION_RELEASE)
+ #get_target_property(Protobuf_INCLUDE_DIR protobuf::libprotobuf INTERFACE_INCLUDE_DIRECTORIES)
+ #get_target_property(Protobuf_PROTOC_EXECUTABLE protobuf::protoc IMPORTED_LOCATION_RELEASE)
50
51
if (NOT Protobuf_PROTOC_EXECUTABLE)
52
message(FATAL_ERROR "Protobuf_PROTOC_EXECUTABLE is empty")
0 commit comments