Sfoglia il codice sorgente

Utilities/Release: Generate docs on dash2win64 cygwin

Configure the build on dash2win64 cygwin to run Sphinx and generate our
documentation.
Brad King 11 anni fa
parent
commit
1df21617e4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Utilities/Release/dash2win64_cygwin.cmake

+ 2 - 0
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)