summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-28 15:38:12 (GMT)
committerBrad King <brad.king@kitware.com>2014-01-29 15:10:15 (GMT)
commit1df21617e47f47ed73cf48f038ea9ef098ff7d93 (patch)
treeb2f13f5129e6bfb8ebb328d89d809c0b956490d7 /Utilities
parent28abdc93c3b1aebfac0b834337f93d6e0042ce5a (diff)
downloadCMake-1df21617e47f47ed73cf48f038ea9ef098ff7d93.zip
CMake-1df21617e47f47ed73cf48f038ea9ef098ff7d93.tar.gz
CMake-1df21617e47f47ed73cf48f038ea9ef098ff7d93.tar.bz2
Utilities/Release: Generate docs on dash2win64 cygwin
Configure the build on dash2win64 cygwin to run Sphinx and generate our documentation.
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Release/dash2win64_cygwin.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake
index 2e57b78..ac3c527 100644
--- a/Utilities/Release/dash2win64_cygwin.cmake
+++ b/Utilities/Release/dash2win64_cygwin.cmake
@@ -10,6 +10,8 @@ set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
CMAKE_Fortran_COMPILER_FULLPATH:FILEPATH=FALSE
CTEST_TEST_TIMEOUT:STRING=7200
DART_TESTING_TIMEOUT:STRING=7200
+SPHINX_HTML:BOOL=ON
+SPHINX_MAN:BOOL=ON
")
set(CXX g++)
set(CC gcc)