ci: Explicitly disable Java tests on VS builds

Extend the change from commit 840fa28d3d (ci: Explicitly disable Java
tests on Windows, 2021-12-16) to cover VS builds too.
This commit is contained in:
Brad King
2021-12-22 03:50:01 -05:00
parent a2752fd914
commit 85a07b4b49
@@ -1,3 +1,4 @@
set(CMake_TEST_WIX_NO_VERIFY "ON" CACHE BOOL "")
set(CMake_TEST_Java OFF CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")