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-01-07 13:46:31 +0300
committerSergey Sharybin <sergey@blender.org>2022-01-07 13:47:37 +0300
commit2cc6b249c382981cee15d69db8440e2ba3dd6453 (patch)
tree2ccc8a6ac319e2eaf82603ade275e1bf3e541040 /intern/cycles/util/CMakeLists.txt
parent361702f239528803260ba966d4174b8601e90a53 (diff)
Cycles: Remove usage of libnumaapi
No need for it now since all the threading queries and scheduling is done via TBB. Should be no functional changes as all the removed code is supposed to be unused.
Diffstat (limited to 'intern/cycles/util/CMakeLists.txt')
-rw-r--r--intern/cycles/util/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index b68646a44d5..a26934c0ace 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -53,16 +53,6 @@ if(WITH_CYCLES_STANDALONE)
endif()
endif()
-if(CYCLES_STANDALONE_REPOSITORY)
- list(APPEND INC_SYS
- ../../third_party/numaapi/include
- )
-else()
- list(APPEND INC_SYS
- ../../numaapi/include
- )
-endif()
-
set(SRC_HEADERS
algorithm.h
aligned_malloc.h