[Bf-blender-cvs] [51c71934058] master: Cycles: Removed numaapi from standalone

Stefan Werner noreply at git.blender.org
Tue Feb 22 16:35:29 CET 2022


Commit: 51c7193405873a0d90596f3683686bbf1603fc1f
Author: Stefan Werner
Date:   Tue Feb 22 16:34:52 2022 +0100
Branches: master
https://developer.blender.org/rB51c7193405873a0d90596f3683686bbf1603fc1f

Cycles: Removed numaapi from standalone

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 890969f6724..bbddaff8480 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1886,7 +1886,6 @@ elseif(WITH_CYCLES_STANDALONE)
   add_subdirectory(intern/glew-mx)
   add_subdirectory(intern/guardedalloc)
   add_subdirectory(intern/libc_compat)
-  add_subdirectory(intern/numaapi)
   add_subdirectory(intern/sky)
 
   add_subdirectory(intern/cycles)



More information about the Bf-blender-cvs mailing list