Policy "CMP0144" is not known to this version of CMake. #16

Closed
opened 2024-09-30 21:35:26 +02:00 by Suryavarman · 2 comments
Contributor

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

CMake Error at CMakeLists.txt:39 (cmake_policy):
      Policy "CMP0144" is not known to this version of CMake.

https://cmake.org/cmake/help/latest/policy/CMP0144.html

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 ``` CMake Error at CMakeLists.txt:39 (cmake_policy): Policy "CMP0144" is not known to this version of CMake. ``` https://cmake.org/cmake/help/latest/policy/CMP0144.html
Author
Contributor

Deleting line 39 "cmake_policy(SET CMP0144 NEW)" from the CMakeLists.txt file allows Cycles to be compiled with the latest version of CMake.

Deleting line 39 "cmake_policy(SET CMP0144 NEW)" from the CMakeLists.txt file allows Cycles to be compiled with the latest version of CMake.
Author
Contributor

The PR is here:
#17

The PR is here: https://projects.blender.org/blender/cycles/pulls/17
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: blender/cycles#16
No description provided.