Utilities/Release: Generate docs on dash2win64 cygwin

Configure the build on dash2win64 cygwin to run Sphinx and generate our
documentation.
This commit is contained in:
Brad King 2014-01-28 10:38:12 -05:00
parent 28abdc93c3
commit 1df21617e4
1 changed files with 2 additions and 0 deletions

View File

@ -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)