We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999308b commit aed3c94Copy full SHA for aed3c94
CMakeLists.txt
@@ -69,6 +69,9 @@ find_package(Protobuf CONFIG QUIET)
69
if(NOT Protobuf_FOUND)
70
find_package(Protobuf REQUIRED)
71
endif()
72
+if(NOT COMMAND protobuf_generate_cpp)
73
+ include(FindProtobuf)
74
+endif()
75
76
file(GLOB OSI_PROTO_FILES open-simulation-interface/*.proto)
77
list(INSERT OSI_PROTO_FILES 0 ${CMAKE_CURRENT_BINARY_DIR}/osi_version.proto)
0 commit comments