mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Source: Remove trailing whitespace from export generation code
This commit is contained in:
@@ -1116,7 +1116,7 @@ void cmExportFileGenerator::GenerateMissingTargetsCheckCode(
|
||||
return;
|
||||
}
|
||||
/* clang-format off */
|
||||
os << "# Make sure the targets which have been exported in some other \n"
|
||||
os << "# Make sure the targets which have been exported in some other\n"
|
||||
"# export set exist.\n"
|
||||
"unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)\n"
|
||||
"foreach(_target ";
|
||||
|
||||
Reference in New Issue
Block a user