[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-425-gb6fbe7e
Brad King
brad.king at kitware.com
Fri Nov 7 11:00:55 EST 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via b6fbe7e648da01e0a5ac5782c7c15800b1cab8d1 (commit)
via f0ca3ef0a3b9ac20889c277c8af3ad47060b11e9 (commit)
from c935e3e56d7fcaa85f04bcc42b1a27010a720ff7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b6fbe7e648da01e0a5ac5782c7c15800b1cab8d1
commit b6fbe7e648da01e0a5ac5782c7c15800b1cab8d1
Merge: c935e3e f0ca3ef
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 7 11:00:54 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 7 11:00:54 2014 -0500
Merge topic 'doc-formatting' into next
f0ca3ef0 Help: Wrap long lines in pre-formatted documentation blocks
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f0ca3ef0a3b9ac20889c277c8af3ad47060b11e9
commit f0ca3ef0a3b9ac20889c277c8af3ad47060b11e9
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 7 10:57:50 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 7 10:59:09 2014 -0500
Help: Wrap long lines in pre-formatted documentation blocks
Help format the blocks better for display without a wide screen.
diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst
index 4e63f69..88c7ae4 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 5fa40a5..494d358 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
#
#
#
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-packages.7.rst | 3 ++-
Modules/FindSDL_sound.cmake | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list