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) _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
