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 6cf1c06 commit d3baf8aCopy full SHA for d3baf8a
lib/CppInterOp/CMakeLists.txt
@@ -69,6 +69,9 @@ endif()
69
continue()
70
endif()
71
foreach(transitive_lib ${transitive_libs})
72
+ if(NOT TARGET ${transitive_lib})
73
+ continue()
74
+ endif()
75
get_target_property(lib_type ${transitive_lib} TYPE)
76
if("${lib_type}" STREQUAL "STATIC_LIBRARY")
77
list(APPEND static_transitive_libs ${transitive_lib})
0 commit comments