Fix Cycles compilation with Optix on Windows.

Since Optix 7.3 is required, update the default path accordingly.
This commit is contained in:
Thomas Dinges 2022-01-10 13:39:53 +01:00
parent 8dd163160e
commit 76d69bbb08
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ENDIF()
SET(_optix_SEARCH_DIRS
${OPTIX_ROOT_DIR}
"$ENV{PROGRAMDATA}/NVIDIA Corporation/OptiX SDK 7.0.0"
"$ENV{PROGRAMDATA}/NVIDIA Corporation/OptiX SDK 7.3.0"
)
FIND_PATH(OPTIX_INCLUDE_DIR