mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
cmGlobalXCodeGenerator: Properly initialize TARGETS variable
Fixes: #17711
This commit is contained in:
parent
9c1efb614d
commit
4349393d1d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user