Skip to content

Commit

Permalink
Merge pull request swiftlang#8583 from hughbe/error-message-file
Browse files Browse the repository at this point in the history
Improve error message for missing response file in line-directive
  • Loading branch information
hughbe authored Jun 22, 2017
2 parents 5d05c5e + 7692a1a commit 4a219e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/SwiftSource.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ function(_compile_swift_files
OUTPUT ${standard_outputs}
DEPENDS
${swift_compiler_tool_dep}
${source_files} ${SWIFTFILE_DEPENDS}
${file_path} ${source_files} ${SWIFTFILE_DEPENDS}
${swift_ide_test_dependency} ${api_notes_dependency_target}
${obj_dirs_dependency_target}
COMMENT "Compiling ${first_output}")
Expand Down

0 comments on commit 4a219e4

Please sign in to comment.