mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Xcode: Internally uses -S instead of -H to specify source directory
This was accidentally left out of commit de962cc00d (CMake: Internally
uses -S instead of -H to specify source directory, 2018-09-06,
v3.13.0-rc1~76^2~1).
This commit is contained in:
@@ -756,7 +756,7 @@ void cmGlobalXCodeGenerator::CreateReRunCMakeFile(
|
||||
makefileStream << "\t"
|
||||
<< this->ConvertToRelativeForMake(
|
||||
cmSystemTools::GetCMakeCommand())
|
||||
<< " -H"
|
||||
<< " -S"
|
||||
<< this->ConvertToRelativeForMake(root->GetSourceDirectory())
|
||||
<< " -B"
|
||||
<< this->ConvertToRelativeForMake(root->GetBinaryDirectory())
|
||||
|
||||
Reference in New Issue
Block a user