Skip to content

Commit

Permalink
WIP v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johguenther committed Oct 17, 2024
1 parent bbae73c commit 4854270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/superbuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4854270

Please sign in to comment.