Skip to content

Commit 28645a9

Browse files
committed
Fix wrong target name in swift-build/CMakeLists.txt
1 parent bdd7963 commit 28645a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-build/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ add_executable(swift-build
1111
target_link_libraries(swift-build PRIVATE
1212
Commands)
1313

14-
target_compile_options(swift-package PRIVATE
14+
target_compile_options(swift-build PRIVATE
1515
-parse-as-library)
1616

1717
install(TARGETS swift-build

0 commit comments

Comments
 (0)