From 4854270a001dc2cea20a7b30bff5e978b74bccff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=BCnther?= Date: Thu, 17 Oct 2024 10:23:23 +0200 Subject: [PATCH] WIP v1.25.1 --- scripts/superbuild/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/superbuild/CMakeLists.txt b/scripts/superbuild/CMakeLists.txt index bff550b23..b400f1e0b 100644 --- a/scripts/superbuild/CMakeLists.txt +++ b/scripts/superbuild/CMakeLists.txt @@ -87,7 +87,7 @@ endif() option(DOWNLOAD_ISPC "Download ISPC or use the one found in the system environment?" ON) if (DOWNLOAD_ISPC) - set(ISPC_VERSION "1.25.0" CACHE STRING "Which version of ISPC to download?") + set(ISPC_VERSION "1.25.1" CACHE STRING "Which version of ISPC to download?") mark_as_advanced(CLEAR ISPC_VERSION) if (ISPC_VERSION STREQUAL "1.25.0") if (APPLE)