summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-07 11:02:45 -0500
committerBrad King <brad.king@kitware.com>2014-11-07 11:02:45 -0500
commit3dfc856b7917c763a822f31dd6c4c7afad5d0626 (patch)
treee3db96c7bd3c258977dbe200d43a35701c62db12
parentaddff66d33ccbf5a7d54d2ed3e859ac5d862297e (diff)
parentf0ca3ef0a3b9ac20889c277c8af3ad47060b11e9 (diff)
downloadcmake-3dfc856b7917c763a822f31dd6c4c7afad5d0626.tar.gz
Merge branch 'doc-formatting' into release
-rw-r--r--Help/manual/cmake-packages.7.rst3
-rw-r--r--Modules/FindSDL_sound.cmake3
2 files changed, 4 insertions, 2 deletions
diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst
index 5e4f0ea4a4..13e2ba0a64 100644
--- a/Help/manual/cmake-packages.7.rst
+++ b/Help/manual/cmake-packages.7.rst
@@ -282,7 +282,8 @@ shared library:
generate_export_header(ClimbingStats)
set_property(TARGET ClimbingStats PROPERTY VERSION ${Upstream_VERSION})
set_property(TARGET ClimbingStats PROPERTY SOVERSION 3)
- set_property(TARGET ClimbingStats PROPERTY INTERFACE_ClimbingStats_MAJOR_VERSION 3)
+ set_property(TARGET ClimbingStats PROPERTY
+ INTERFACE_ClimbingStats_MAJOR_VERSION 3)
set_property(TARGET ClimbingStats APPEND PROPERTY
COMPATIBLE_INTERFACE_STRING ClimbingStats_MAJOR_VERSION
)
diff --git a/Modules/FindSDL_sound.cmake b/Modules/FindSDL_sound.cmake
index 5fa40a5d32..494d358b3b 100644
--- a/Modules/FindSDL_sound.cmake
+++ b/Modules/FindSDL_sound.cmake
@@ -21,7 +21,8 @@
# flags to SDL_SOUND_LIBRARIES. This is prepended to SDL_SOUND_LIBRARIES.
# This is available mostly for cases this module failed to anticipate for
# and you must add additional flags. This is marked as ADVANCED.
-# SDL_SOUND_VERSION_STRING, human-readable string containing the version of SDL_sound
+# SDL_SOUND_VERSION_STRING, human-readable string containing the
+# version of SDL_sound
#
#
#