Skip to content

Commit 8593a0a

Browse files
committed
Fix CMake Build
Correct missing quote mark
1 parent 0eb928a commit 8593a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_library(SwiftDriver
1313
"Explicit Module Builds/ClangVersionedDependencyResolution.swift"
1414
"Explicit Module Builds/InterModuleDependencyGraph.swift"
1515
"Explicit Module Builds/ModuleDependencyScanning.swift"
16-
"Explicit Module Builds/SerializableModuleArtifacts.swift
16+
"Explicit Module Builds/SerializableModuleArtifacts.swift"
1717

1818
Driver/CompilerMode.swift
1919
Driver/DebugInfo.swift

0 commit comments

Comments
 (0)