From c7c9ebe61a4657394212ebfa2ea1fd999bdc83b9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 10 Jul 2021 21:57:40 +0200 Subject: [PATCH] Remove build-deps shortcurt --- win/build-deps.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index d2f971d2a7..cd574f49bc 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -187,7 +187,6 @@ ctest -S HDF5config.cmake,BUILD_GENERATOR=VS%VS_VER%%ARCH_BITS_64% -C %BUILD_CFG call :ExtractArchive %HDF5_INSTALL_ZIP_NAME%.zip "%INSTALL_DIR%" "%INSTALL_DIR%\%HDF5_INSTALL_ZIP_NAME%" echo HDF5_VERSION=%HDF5_VERSION%>>"%~dp0\%BUILD_DEPS_CACHE_PATH%" popd -goto :Successful :: Note all of the dependencies have appropriate label so that user can easily skip something if wanted :: by modifying this file and using goto.