We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e8789e + 78b72cd commit 3fba60aCopy full SHA for 3fba60a
cmake/modules/SwiftSupport.cmake
@@ -54,7 +54,7 @@ function(add_swift_library library)
54
add_custom_command(OUTPUT
55
${ASL_OUTPUT}
56
${ASL_MODULE_PATH}
57
- ${moodule_directory}/${ASL_MODULE_NAME}.swiftdoc
+ ${module_directory}/${ASL_MODULE_NAME}.swiftdoc
58
DEPENDS
59
${ASL_SOURCES}
60
COMMAND
@@ -65,5 +65,5 @@ function(add_swift_library library)
65
66
67
68
- ${moodule_directory}/${ASL_MODULE_NAME}.swiftdoc)
+ ${module_directory}/${ASL_MODULE_NAME}.swiftdoc)
69
endfunction()
0 commit comments