From b839d834a1846442604ca4009c6aa017dbbe9430 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Fri, 12 Jul 2024 16:22:47 -0500 Subject: [PATCH] Remove auto NSIS check because of issues with CI (#4646) --- CMakeInstallation.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index 2188e36316c..85e32bcc1ce 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -272,9 +272,6 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES) if (WIN32) set (CPACK_GENERATOR "ZIP") - if (NSIS_EXECUTABLE) - list (APPEND CPACK_GENERATOR "NSIS") - endif () # Installers for 32- vs. 64-bit CMake: # - Root install directory (displayed to end user at installer-run time) # - "NSIS package/display name" (text used in the installer GUI)