mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
Watcom: Fix double-quote to be single-quote in response files for wlink
Response files contained double-quote for any response file, but response files for wlink must contains single-quote. This is fix for libraries list response file. Problem for object file list was fixed by MR !8115
This commit is contained in:
@@ -821,7 +821,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules(
|
||||
if (useArchiveRules) {
|
||||
// Construct the individual object list strings.
|
||||
std::vector<std::string> object_strings;
|
||||
this->WriteObjectsStrings(object_strings, archiveCommandLimit);
|
||||
this->WriteObjectsStrings(object_strings, false, archiveCommandLimit);
|
||||
|
||||
// Add the cuda device object to the list of archive files. This will
|
||||
// only occur on archives which have CUDA_RESOLVE_DEVICE_SYMBOLS enabled
|
||||
|
||||
Reference in New Issue
Block a user