From dda5d2340221f71a3c25451f1373514ab964f21d Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Mon, 27 Nov 2023 19:33:00 -0800 Subject: [PATCH] Disabled the building of the JasPer documentation in the Appveyor CI to workaround problems with Doxygen/LaTeX in that environment. --- build/appveyor/build.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/appveyor/build.bat b/build/appveyor/build.bat index 9a113495..555d380f 100755 --- a/build/appveyor/build.bat +++ b/build/appveyor/build.bat @@ -41,7 +41,8 @@ rem cmake -G "Visual Studio 12 2013 Win64" ^ cmake ^ -H%source_dir% -B%build_dir_shared% %allow_in_source_build% ^ -DCMAKE_INSTALL_PREFIX=%install_dir_shared% ^ - -DJAS_ENABLE_SHARED=true || exit /B 1 + -DJAS_ENABLE_SHARED=true ^ + -DJAS_ENABLE_DOC=false || exit /B 1 rem msbuild %build_dir_shared%\INSTALL.vcxproj || exit /B 1 cmake --build %build_dir_shared% --clean-first || exit /B 1