Skip to content

Commit

Permalink
CPU: minor build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Feb 2, 2025
1 parent d51bfc0 commit 3673c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/FindTBB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function(rk_tbb_find_root)
list(APPEND TBB_HINTS "/opt/homebrew")
endif()
set(TBB_PATHS
"${PROJECT_SOURCE_DIR}/tbb"
"${PROJECT_SOURCE_DIR}/../tbb"
"/opt/intel/oneapi/tbb/latest"
"/opt/intel/tbb"
"/opt/intel/compilers_and_libraries/tbb"
Expand Down
2 changes: 1 addition & 1 deletion cmake/oidn_ispc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## SPDX-License-Identifier: Apache-2.0

# ISPC versions to look for, in descending order (newest first)
set(ISPC_VERSION_WORKING "1.25.2" "1.24.0" "1.23.0" "1.22.0" "1.21.1" "1.21.0")
set(ISPC_VERSION_WORKING "1.25.3" "1.25.2" "1.24.0" "1.23.0" "1.22.0" "1.21.1" "1.21.0")
if(WIN32 AND OIDN_ARCH STREQUAL "ARM64")
list(REMOVE_ITEM ISPC_VERSION_WORKING "1.22.0")
endif()
Expand Down

0 comments on commit 3673c39

Please sign in to comment.