Skip to content

Commit

Permalink
ispc: use latest available version
Browse files Browse the repository at this point in the history
  • Loading branch information
aneshlya authored and kraszkow committed Feb 6, 2025
1 parent 48aac83 commit 1038a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_ispc.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Copyright 2021-2024 Intel Corporation
## Copyright 2021-2025 Intel Corporation
## SPDX-License-Identifier: Apache-2.0

set(ISPC_VERSION 1.23.0 CACHE STRING "")
set(ISPC_VERSION 1.25.3 CACHE STRING "")

set(SUBPROJECT_NAME ispc-v${ISPC_VERSION})

Expand Down

0 comments on commit 1038a46

Please sign in to comment.