Skip to content

Commit a9ec1dc

Browse files
committed
Search for optix 7.7
1 parent dbc0ea1 commit a9ec1dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
EMBREE_VERSION: 4.0.1
1313
ISPC_VERSION: 1.19.0
1414
TBB_VERSION: 2021.2.0
15-
OPTIX_VERSION: 7.6.0
15+
OPTIX_VERSION: 7.7.0
1616

1717
jobs:
1818
ubuntu:

backends/optix/cmake/FindOptiX.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if (WIN32 AND "${OptiX_INSTALL_DIR}" STREQUAL "")
3434
find_path(searched_OptiX_INSTALL_DIR
3535
NAME include/optix.h
3636
PATHS
37+
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.7.0"
3738
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.6.0"
3839
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.5.0"
3940
"C:/ProgramData/NVIDIA Corporation/OptiX SDK 7.4.0"

0 commit comments

Comments
 (0)