Skip to content

Commit b839d83

Browse files
byrnHDFqkoziol
authored andcommitted
Remove auto NSIS check because of issues with CI (HDFGroup#4646)
1 parent 3b242ca commit b839d83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeInstallation.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,6 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED AND NOT HDF5_NO_PACKAGES)
272272
if (WIN32)
273273
set (CPACK_GENERATOR "ZIP")
274274

275-
if (NSIS_EXECUTABLE)
276-
list (APPEND CPACK_GENERATOR "NSIS")
277-
endif ()
278275
# Installers for 32- vs. 64-bit CMake:
279276
# - Root install directory (displayed to end user at installer-run time)
280277
# - "NSIS package/display name" (text used in the installer GUI)

0 commit comments

Comments
 (0)