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.
2 parents 9c6b2a0 + 2b49521 commit 37bd1bcCopy full SHA for 37bd1bc
‎lldb/source/API/CMakeLists.txt
@@ -239,10 +239,15 @@ endif()
239
if(LLDB_BUILD_FRAMEWORK)
240
include(LLDBFramework)
241
242
- add_dependencies(install-liblldb
243
- lldb-framework-cleanup)
244
- add_dependencies(install-liblldb-stripped
245
+ if (TARGET install-liblldb)
+ add_dependencies(install-liblldb
+ lldb-framework-cleanup)
+ endif()
246
+
247
+ if (TARGET install-liblldb-stripped)
248
+ add_dependencies(install-liblldb-stripped
249
250
251
endif()
252
253
## BEGIN SWIFT
0 commit comments