summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-20 20:31:34 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-20 20:31:34 (GMT)
commite1e7b114370aed206a741d30e43bb83f16d36c4e (patch)
tree0f70ae41c0fe319ea2484e172213afb923427a9e /Modules/Platform
parente6f9ea3d13d3500de8723702a558933254bbdbfe (diff)
downloadCMake-e1e7b114370aed206a741d30e43bb83f16d36c4e.zip
CMake-e1e7b114370aed206a741d30e43bb83f16d36c4e.tar.gz
CMake-e1e7b114370aed206a741d30e43bb83f16d36c4e.tar.bz2
ENH: fixed some spelling errors
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Darwin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Darwin.cmake b/Modules/Platform/Darwin.cmake
index 97d6fec..74caf0b 100644
--- a/Modules/Platform/Darwin.cmake
+++ b/Modules/Platform/Darwin.cmake
@@ -13,7 +13,7 @@ IF("${CMAKE_BACKWARDS_COMPATIBILITY}" MATCHES "^1\\.[0-6]$")
ENDIF("${CMAKE_BACKWARDS_COMPATIBILITY}" MATCHES "^1\\.[0-6]$")
IF(NOT XCODE)
-# Enable shar ed library versioning.
+# Enable shared library versioning.
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-install_name")
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-install_name")
ENDIF(NOT XCODE)