summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-30 14:25:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-30 14:25:17 (GMT)
commitfdffb6a090083b5b9446fab236a4e6e5a21123a9 (patch)
treef9f5bbfe14b5a561143abb04f48b2e8693e22980
parentf2572b04c5c77c79f07cc7fb094fbd97770e18e0 (diff)
parent10ef247b88a64111c42217c2ee8c02da2a495244 (diff)
downloadCMake-fdffb6a090083b5b9446fab236a4e6e5a21123a9.zip
CMake-fdffb6a090083b5b9446fab236a4e6e5a21123a9.tar.gz
CMake-fdffb6a090083b5b9446fab236a4e6e5a21123a9.tar.bz2
Merge topic 'doc-build-standalone'
10ef247 Configure Utilities/Sphinx for standalone build with CTest
-rw-r--r--Utilities/Sphinx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)