diff --git a/lldb/cmake/modules/LLDBFramework.cmake b/lldb/cmake/modules/LLDBFramework.cmake index c6f00ed05cfc2..ef25684c81fc0 100644 --- a/lldb/cmake/modules/LLDBFramework.cmake +++ b/lldb/cmake/modules/LLDBFramework.cmake @@ -71,12 +71,8 @@ endif() find_program(unifdef_EXECUTABLE unifdef) # Wrap output in a target, so lldb-framework can depend on it. -add_custom_target(liblldb-resource-headers DEPENDS lldb-sbapi-dwarf-enums ${lldb_staged_headers}) +add_custom_target(liblldb-resource-headers DEPENDS lldb-sbapi-dwarf-enums) set_target_properties(liblldb-resource-headers PROPERTIES FOLDER "LLDB/Resources") -# We're taking the header files from where they've been staged in the build directory's include folder, -# so create a dependency on the build step that creates that directory. -add_dependencies(liblldb-resource-headers liblldb-header-staging) -add_dependencies(liblldb liblldb-resource-headers) # Copy vendor-specific headers from clang (without staging). if(NOT APPLE_EMBEDDED)