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 ca8093f commit 52c062dCopy full SHA for 52c062d
CMakeLists.txt
@@ -285,6 +285,11 @@ if (TARGET flatbuffers)
285
# This means `flatbuffers` was fetched using FetchContent
286
# We need to export `flatbuffers` target explicitly
287
list(APPEND SPARROW_IPC_EXPORTED_TARGETS flatbuffers)
288
+ if(TARGET ProjectConfig)
289
+ # This is an internal target from the flatbuffers build system
290
+ # that also needs to be exported
291
+ list(APPEND SPARROW_IPC_EXPORTED_TARGETS ProjectConfig)
292
+ endif()
293
endif()
294
295
0 commit comments