diff options
author | Brad King <brad.king@kitware.com> | 2013-10-29 15:08:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-29 15:11:39 (GMT) |
commit | 10ef247b88a64111c42217c2ee8c02da2a495244 (patch) | |
tree | 3d8ad418f88e30343fa25b217ac7daaa9de614a2 /Utilities | |
parent | 1665721c28daf8b20c054e3a3cc357fa778bb76e (diff) | |
download | CMake-10ef247b88a64111c42217c2ee8c02da2a495244.zip CMake-10ef247b88a64111c42217c2ee8c02da2a495244.tar.gz CMake-10ef247b88a64111c42217c2ee8c02da2a495244.tar.bz2 |
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.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Sphinx/CMakeLists.txt | 1 |
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) |