mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
generated-scripts: quote variable expansions
This commit is contained in:
@@ -257,7 +257,7 @@ void cmExportInstallFileGenerator::LoadConfigFiles(std::ostream& os)
|
||||
<< "file(GLOB _cmake_config_files \"${_DIR}/"
|
||||
<< this->GetConfigImportFileGlob() << "\")\n"
|
||||
<< "foreach(_cmake_config_file ${_cmake_config_files})\n"
|
||||
<< " include(${_cmake_config_file})\n"
|
||||
<< " include(\"${_cmake_config_file}\")\n"
|
||||
<< "endforeach()\n"
|
||||
<< "\n";
|
||||
/* clang-format on */
|
||||
|
||||
Reference in New Issue
Block a user