diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8622b2c4..f833ac5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1530,7 +1530,7 @@ if(APPLE AND "${CMAKE_OSX_ARCHITECTURES}" STREQUAL "") # # Pre-Tiger. # - # Build liraries and excutables only for 32-bit PowerPC, as + # Build liraries and executables only for 32-bit PowerPC, as # that's all that is supported. # set(OSX_LIBRARY_ARCHITECTURES "ppc") |