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 6d10681 commit f205586Copy full SHA for f205586
1 file changed
src/OpenCOVER/plugins/hlrs/AuralReality/CMakeLists.txt
@@ -1,5 +1,15 @@
1
-find_package(Protobuf CONFIG REQUIRED)
2
-find_package(gRPC CONFIG REQUIRED)
+covise_find_package(Protobuf CONFIG)
+covise_find_package(gRPC CONFIG)
3
+
4
+if (NOT TARGET protobuf::libprotobuf)
5
+ return()
6
+endif()
7
+if (NOT TARGET gRPC::grpc)
8
9
10
+if (NOT TARGET gRPC::grpc++)
11
12
13
14
set(PROTO_FILES
15
aural-reality-protocol/audio_file.proto
0 commit comments