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/cmake
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/cmake')
-rw-r--r--intern/cycles/cmake/macros.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/intern/cycles/cmake/macros.cmake b/intern/cycles/cmake/macros.cmake
index 957b702fd3a..044058a25a8 100644
--- a/intern/cycles/cmake/macros.cmake
+++ b/intern/cycles/cmake/macros.cmake
@@ -168,12 +168,6 @@ macro(cycles_target_link_libraries target)
target_link_libraries(${target} extern_hipew)
endif()
- if(CYCLES_STANDALONE_REPOSITORY)
- target_link_libraries(${target} extern_numaapi)
- else()
- target_link_libraries(${target} bf_intern_numaapi)
- endif()
-
if(UNIX AND NOT APPLE)
if(CYCLES_STANDALONE_REPOSITORY)
target_link_libraries(${target} extern_libc_compat)