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:
authorSergey Sharybin <sergey@blender.org>2022-06-23 13:55:51 +0300
committerSergey Sharybin <sergey@blender.org>2022-06-23 13:55:51 +0300
commit04bd58e2323f28cccc157001b6d7b0f35ac7f1e2 (patch)
treecf253134fd61d6e610946442ab0a220fdecfbdc2 /build_files
parent8b9b38e1f6930052c0df70bba0f7ad43a4937b44 (diff)
Build Deps: Correct path to igc for ocloc
The path got changed in an earlier commit in the hopes of simplifying harvesting process.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/ocloc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/ocloc.cmake b/build_files/build_environment/cmake/ocloc.cmake
index b38f31de189..2dda7239a00 100644
--- a/build_files/build_environment/cmake/ocloc.cmake
+++ b/build_files/build_environment/cmake/ocloc.cmake
@@ -4,7 +4,7 @@ set(OCLOC_EXTRA_ARGS
-DNEO_SKIP_UNIT_TESTS=1
-DNEO_BUILD_WITH_OCL=0
-DBUILD_WITH_L0=0
- -DIGC_DIR=${LIBDIR}/igc
+ -DIGC_DIR=${LIBDIR}/dpcpp/lib/igc
-DGMM_DIR=${LIBDIR}/gmmlib
)