Policy "CMP0144" is not known to this version of CMake. #16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to compile the latest version of Cycles. I get this error. I don't know what correction to suggest.
CMake: v3.30.4 (the latest version)
Cycles: v4.2.0
https://cmake.org/cmake/help/latest/policy/CMP0144.html
Deleting line 39 "cmake_policy(SET CMP0144 NEW)" from the CMakeLists.txt file allows Cycles to be compiled with the latest version of CMake.
The PR is here:
#17