mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmLocalGenerator: fix quoting in generated script
This commit is contained in:
@@ -2946,7 +2946,7 @@ void cmLocalGenerator::CopyPchCompilePdb(
|
||||
|
||||
file << "foreach(retry RANGE 1 30)\n";
|
||||
file << " if (EXISTS \"" << from_file << "\" AND (NOT EXISTS \""
|
||||
<< dest_file << "\" OR NOT \"" << dest_file << " \" IS_NEWER_THAN \""
|
||||
<< dest_file << "\" OR NOT \"" << dest_file << "\" IS_NEWER_THAN \""
|
||||
<< from_file << "\"))\n";
|
||||
file << " execute_process(COMMAND ${CMAKE_COMMAND} -E copy";
|
||||
file << " \"" << from_file << "\""
|
||||
|
||||
Reference in New Issue
Block a user