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 22c2889 commit f569eeeCopy full SHA for f569eee
stdlib/public/SwiftShims/CMakeLists.txt
@@ -69,7 +69,7 @@ endforeach()
69
# Put the output dir itself last so that it isn't considered the primary output.
70
list(APPEND outputs "${output_dir}")
71
72
-add_custom_target("copy_shim_headers"
+add_custom_target("copy_shim_headers" ALL
73
DEPENDS "${outputs}"
74
COMMENT "Copying SwiftShims module to ${output_dir}")
75
0 commit comments