Skip to content

Commit d257acf

Browse files
authored
Merge pull request swiftlang#220 from lanza/all
Change typod add_custom_target to add_custom_command
2 parents 202dcc3 + 5e4b5e8 commit d257acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ add_swift_library(XCTest
9898
# the swiftdoc and swiftmodule to be in the top level.
9999
# So for now, make a copy so we don't have to do a coordinated commit across
100100
# all the swift projects to change this assumption.
101-
add_custom_target(TARGET
101+
add_custom_command(TARGET
102102
XCTest
103103
POST_BUILD
104104
COMMAND

0 commit comments

Comments
 (0)