Skip to content

Commit 150f3d2

Browse files
committed
Or actually build wasmkit-cli
1 parent 2460e98 commit 150f3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/swift-plugin-server/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ if (SWIFT_BUILD_SWIFT_SYNTAX)
55
include(DarwinSDKs)
66
swift_get_host_triple(SWIFT_HOST_TRIPLE)
77

8-
# override the remote SwiftSystem dependency in WasmKit
8+
# override the remote SwiftSystem and ArgParser dependencies in WasmKit
99
FetchContent_Declare(SwiftSystem SOURCE_DIR "${PROJECT_SOURCE_DIR}/../swift-system")
10+
FetchContent_Declare(ArgumentParser SOURCE_DIR "${PROJECT_SOURCE_DIR}/../swift-argument-parser")
1011

11-
set(WASMKIT_BUILD_CLI OFF)
1212
FetchContent_Declare(WasmKit SOURCE_DIR "${PROJECT_SOURCE_DIR}/../wasmkit")
1313
FetchContent_MakeAvailable(WasmKit)
1414

0 commit comments

Comments
 (0)