87a7cab1462bea5bcd75c436ababcb0dad2129c1
CMake 3.31 has begun emitting CMP0175 [1] when you call add_custom_command with invalid keywords. While `MAIN_DEPENDENCY` is a valid keyword for `add_custom_command(OUTPUT)` [2] it is not for `add_custom_command(TARGET)` [3] proper fix is to remove the offending parameters. [1] https://cmake.org/cmake/help/latest/policy/CMP0175.html [2] https://cmake.org/cmake/help/latest/command/add_custom_command.html#generating-files [3] https://cmake.org/cmake/help/latest/command/add_custom_command.html#build-events Pull Request: https://projects.blender.org/blender/blender/pulls/130565
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
