【发布时间】:2021-06-15 14:03:31
【问题描述】:
(fbxpose) poseing@DESKTOP-0Q1RIBJ:~/blender-git/blender$ make bpy
Configuring Blender in "/home/poseing/blender-git/build_linux_bpy" ...
loading initial cache file /home/poseing/blender-git/blender/build_files/cmake/config/bpy_module.cmake
CMake Error at CMakeLists.txt:44 (cmake_minimum_required):
CMake 3.10 or higher is required. You are running version 3.2.3
-- Configuring incomplete, errors occurred!
GNUmakefile:340: recipe for target 'all' failed
make: *** [all] Error 1
【问题讨论】:
-
我想你真的很想问更新 cmake。见tour 和How to Ask。
-
我认为这个错误不正确... 3.10>3.2.3??????
-
3.10(.0) 肯定大于 3.2.anything,因为 10 > 2。(3.10 不是 3.1.0。)
-
哦,谢谢你的好点
标签: cmake