From 7990627ff7ca974e4552e01e9e37e604a3d4f1f2 Mon Sep 17 00:00:00 2001 From: Doug Massay Date: Fri, 10 Jan 2025 08:23:46 -0500 Subject: [PATCH] Test Windows Inno installer build [deploy] --- CMakeLists6.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists6.txt b/CMakeLists6.txt index c7198cf..714493f 100644 --- a/CMakeLists6.txt +++ b/CMakeLists6.txt @@ -394,6 +394,7 @@ if ( MSVC ) # Specify platform var for Inno if ( 64_BIT_PLATFORM ) # Used in the ISS CMake configuration + # x64compatible makes InnoSetup 6.3+ the minimum set( ISS_ARCH "x64compatible" ) set( ISS_SETUP_FILENAME_PLATFORM "-x64" ) endif()