cmGlobalXCodeGenerator: Properly initialize TARGETS variable

Fixes: #17711
This commit is contained in:
Gregor Jasny
2018-02-07 21:24:53 +01:00
committed by Brad King
parent 9c1efb614d
commit 4349393d1d

View File

@@ -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";