summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2018-09-05 12:19:28 (GMT)
committerBartosz Kosiorek <gang65@poczta.onet.pl>2018-09-10 11:34:09 (GMT)
commitab2e35d6144c6e666eb0cfffe144d2b93c72949b (patch)
tree3eb6efd3a9f5600ae8dd1660473a4cf5b9260133 /Source/cmLocalGenerator.cxx
parentfc1602456abf04f301a8fcd9ac71fd0975c6bbde (diff)
downloadCMake-ab2e35d6144c6e666eb0cfffe144d2b93c72949b.zip
CMake-ab2e35d6144c6e666eb0cfffe144d2b93c72949b.tar.gz
CMake-ab2e35d6144c6e666eb0cfffe144d2b93c72949b.tar.bz2
Replace occurrences of "Mac OS X" with "macOS" in comments
Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise source comments accordingly.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 532f9a9..f3f957e 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1345,7 +1345,7 @@ void cmLocalGenerator::AddArchitectureFlags(std::string& flags,
const std::string& lang,
const std::string& config)
{
- // Only add Mac OS X specific flags on Darwin platforms (OSX and iphone):
+ // Only add macOS specific flags on Darwin platforms (macOS and iOS):
if (this->Makefile->IsOn("APPLE") && this->EmitUniversalBinaryFlags) {
std::vector<std::string> archs;
target->GetAppleArchs(config, archs);