diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-20 10:29:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-20 10:29:15 (GMT) |
commit | 187385a8edaaf907e449478706240236a84cd266 (patch) | |
tree | c5e053b69b65af4ae4c133d2627af9c3e080671d /Source/cmCoreTryCompile.cxx | |
parent | af2a3ab691140b67cccb67a9417738c5fd502cfb (diff) | |
download | CMake-187385a8edaaf907e449478706240236a84cd266.zip CMake-187385a8edaaf907e449478706240236a84cd266.tar.gz CMake-187385a8edaaf907e449478706240236a84cd266.tar.bz2 |
cmCoreTryCompile: Fix typo in comments.
Add 'S' to match actual variable names.
Diffstat (limited to 'Source/cmCoreTryCompile.cxx')
-rw-r--r-- | Source/cmCoreTryCompile.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCoreTryCompile.cxx b/Source/cmCoreTryCompile.cxx index bc4bf18..0ac969b 100644 --- a/Source/cmCoreTryCompile.cxx +++ b/Source/cmCoreTryCompile.cxx @@ -372,8 +372,8 @@ int cmCoreTryCompile::TryCompileCode(std::vector<std::string> const& argv) } /* for the TRY_COMPILEs we want to be able to specify the architecture. - So the user can set CMAKE_OSX_ARCHITECTURE to i386;ppc and then set - CMAKE_TRY_COMPILE_OSX_ARCHITECTURE first to i386 and then to ppc to + So the user can set CMAKE_OSX_ARCHITECTURES to i386;ppc and then set + CMAKE_TRY_COMPILE_OSX_ARCHITECTURES first to i386 and then to ppc to have the tests run for each specific architecture. Since cmLocalGenerator doesn't allow building for "the other" architecture only via CMAKE_OSX_ARCHITECTURES. |