我想在我的 Ubuntu 18.04 上构建和运行 Cycles 渲染引擎。我确保已安装Cycles 存储库页面 ( https://developer.blender.org/diffusion/C/ ) 上提到的所有关键依赖项。
问题是当我运行 cmake 时,我得到以下输出:
sebastian@sebastian-N551JX:~$ cd Program\ Files/cycles/
sebastian@sebastian-N551JX:~/Program Files/cycles$ cd build
sebastian@sebastian-N551JX:~/Program Files/cycles/build$ cmake ..
CMake Deprecation Warning at CMakeLists.txt:36 (cmake_policy):
The OLD behavior for policy CMP0043 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the …Run Code Online (Sandbox Code Playgroud)