Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2022-01-10 15:39:53 +0300
committerThomas Dinges <blender@dingto.org>2022-01-10 15:39:53 +0300
commit76d69bbb0864269afb14b88fb4d6145331b4e4ac (patch)
tree85e053b26a0160efaf63727bc3a514bfdcc10b0e
parent8dd163160e411c19989a046c1b93c274a3da3e3e (diff)
Fix Cycles compilation with Optix on Windows.
Since Optix 7.3 is required, update the default path accordingly.
-rw-r--r--build_files/cmake/Modules/FindOptiX.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/Modules/FindOptiX.cmake b/build_files/cmake/Modules/FindOptiX.cmake
index 67106740f57..c4a9e9f0181 100644
--- a/build_files/cmake/Modules/FindOptiX.cmake
+++ b/build_files/cmake/Modules/FindOptiX.cmake
@@ -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