From 1df21617e47f47ed73cf48f038ea9ef098ff7d93 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 28 Jan 2014 10:38:12 -0500 Subject: [PATCH] Utilities/Release: Generate docs on dash2win64 cygwin Configure the build on dash2win64 cygwin to run Sphinx and generate our documentation. --- Utilities/Release/dash2win64_cygwin.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake index 2e57b7876..ac3c527aa 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)