Browse Source

Merge branch 'doc-formatting' into release

Brad King 11 years ago
parent
commit
3dfc856b79
2 changed files with 4 additions and 2 deletions
  1. 2 1
      Help/manual/cmake-packages.7.rst
  2. 2 1
      Modules/FindSDL_sound.cmake

+ 2 - 1
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
   )

+ 2 - 1
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
 #
 #
 #