[Cmake-commits] CMake branch, next, updated. v2.8.12-4634-gc5f75da

Brad King brad.king at kitware.com
Tue Oct 29 11:14:10 EDT 2013


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  c5f75da5976ee42e02c3b9f7c1f6df88595a6121 (commit)
       via  10ef247b88a64111c42217c2ee8c02da2a495244 (commit)
      from  3f266dc03cd4169d84c24b9cfef7d049e4712f8d (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=c5f75da5976ee42e02c3b9f7c1f6df88595a6121
commit c5f75da5976ee42e02c3b9f7c1f6df88595a6121
Merge: 3f266dc 10ef247
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 29 11:14:09 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Oct 29 11:14:09 2013 -0400

    Merge topic 'doc-build-standalone' into next
    
    10ef247 Configure Utilities/Sphinx for standalone build with CTest


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=10ef247b88a64111c42217c2ee8c02da2a495244
commit 10ef247b88a64111c42217c2ee8c02da2a495244
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Oct 29 11:08:22 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Oct 29 11:11:39 2013 -0400

    Configure Utilities/Sphinx for standalone build with CTest
    
    Include the CTestUseLaunchers module in the standalone build of
    Utilities/Sphinx so that it can be built under CTest with the
    CTEST_USE_LAUNCHERS option.

diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index 16d9aac..e65bcd0 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -15,6 +15,7 @@ if(NOT CMake_SOURCE_DIR)
   set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
   get_filename_component(tmp "${CMAKE_CURRENT_SOURCE_DIR}" PATH)
   get_filename_component(CMake_SOURCE_DIR "${tmp}" PATH)
+  include(${CMake_SOURCE_DIR}/Modules/CTestUseLaunchers.cmake)
   include(${CMake_SOURCE_DIR}/Source/CMakeVersionCompute.cmake)
   include(${CMake_SOURCE_DIR}/Source/CMakeInstallDestinations.cmake)
   unset(CMAKE_DATA_DIR)

-----------------------------------------------------------------------

Summary of changes:
 Utilities/Sphinx/CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list