diff options
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r-- | Source/cmIncludeCommand.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index b42d75e..f862578 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -95,8 +95,9 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args, messageType = cmake::FATAL_ERROR; } if (modal) { - e << "The file\n " << fname_abs << "\nwas generated by the export() " - "command. It " + e << "The file\n " << fname_abs + << "\nwas generated by the export() " + "command. It " << modal << " not be used as the argument to the " "include() command. Use ALIAS targets instead to refer to targets " |