mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGlobalXCodeGenerator: Properly initialize TARGETS variable
Fixes: #17711
This commit is contained in:
@@ -542,6 +542,7 @@ void cmGlobalXCodeGenerator::CreateReRunCMakeFile(
|
||||
makefileStream.SetCopyIfDifferent(true);
|
||||
makefileStream << "# Generated by CMake, DO NOT EDIT\n\n";
|
||||
|
||||
makefileStream << "TARGETS:= \n";
|
||||
makefileStream << "empty:= \n";
|
||||
makefileStream << "space:= $(empty) $(empty)\n";
|
||||
makefileStream << "spaceplus:= $(empty)\\ $(empty)\n\n";
|
||||
|
||||
Reference in New Issue
Block a user