Skip to content

Commit

Permalink
Search for optix 7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Jun 16, 2023
1 parent dbc0ea1 commit a9ec1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
EMBREE_VERSION: 4.0.1
ISPC_VERSION: 1.19.0
TBB_VERSION: 2021.2.0
OPTIX_VERSION: 7.6.0
OPTIX_VERSION: 7.7.0

jobs:
ubuntu:
Expand Down
1 change: 1 addition & 0 deletions backends/optix/cmake/FindOptiX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if (WIN32 AND "${OptiX_INSTALL_DIR}" STREQUAL "")
find_path(searched_OptiX_INSTALL_DIR
NAME include/optix.h
PATHS
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.7.0"
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.6.0"
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.5.0"
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.4.0"
Expand Down

0 comments on commit a9ec1dc

Please sign in to comment.