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 14:03:49 +0300
committerSergey Sharybin <sergey@blender.org>2022-01-07 14:19:02 +0300
commit5085c622ea883c77c723f6f6e2ca656f88d1999e (patch)
treefa183ec1f66dd78e12ae6eb5b863a5cf7e720239 /intern/CMakeLists.txt
parent312aa67cc73c97f11e34be24623231f98fcdaa35 (diff)
Cleanup: Remove unused numapi library
Diffstat (limited to 'intern/CMakeLists.txt')
-rw-r--r--intern/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/CMakeLists.txt b/intern/CMakeLists.txt
index dbd939e64b7..0a61cef7cc8 100644
--- a/intern/CMakeLists.txt
+++ b/intern/CMakeLists.txt
@@ -25,7 +25,6 @@ add_subdirectory(ghost)
add_subdirectory(guardedalloc)
add_subdirectory(libmv)
add_subdirectory(memutil)
-add_subdirectory(numaapi)
add_subdirectory(opencolorio)
add_subdirectory(opensubdiv)
add_subdirectory(mikktspace)