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:
authorBrecht Van Lommel <brecht@blender.org>2022-03-22 03:13:28 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-22 03:30:19 +0300
commitfab14f78542ca040cc1606dbd33a4db6aea5976a (patch)
tree080478f6ef6b80c43d8529049b19ea75d3f47733 /source/blender/blenlib/CMakeLists.txt
parent976c91cd770f4323d4a5007e5bf444b8c701278b (diff)
Fix build when using WITH_TBB=OFF after recent changes
And wrap tbb::parallel_sort in blender namespace similar to other TBB functionality.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 6c216f873de..af71c96fc10 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -285,6 +285,7 @@ set(SRC
BLI_simd.h
BLI_smallhash.h
BLI_sort.h
+ BLI_sort.hh
BLI_sort_utils.h
BLI_span.hh
BLI_stack.h