We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d53c4 commit 5d6b7ffCopy full SHA for 5d6b7ff
lib/CompilerPluginSupport/CMakeLists.txt
@@ -43,7 +43,7 @@ if(SWIFT_SWIFT_PARSER)
43
add_custom_command_target(
44
create_module_dirs_dependency_target
45
COMMAND "${CMAKE_COMMAND}" -E make_directory ${module_base}
46
- COMMAND "${CMAKE_COMMAND}" -E rm "${module_file}"
+ COMMAND "${CMAKE_COMMAND}" -E rm -f "${module_file}"
47
OUTPUT ${module_base}
48
COMMENT "Generating module directory for ${module_name}")
49
add_dependencies(${library_name} ${create_module_dirs_dependency_target})
0 commit comments