The CMake policy CMP0144 generates an error with the latest CMake version (3.30.4). #17

Merged
Brecht Van Lommel merged 2 commits from Pierre-Pontier/cycles:fix/cmake_policy_cmp0144_is_not_know into main 2024-10-03 02:14:20 +02:00

2 Commits

Author SHA1 Message Date
b88f541cf7 Actualiser CMakeLists.txt
That way older CMake versions still use the new behavior as we want.
2024-10-02 16:31:33 +02:00
46bcc6049a The CMake policy CMP0144 generates an error with the latest CMake version (3.30.4).
Deleting line 39 "cmake_policy(SET CMP0144 NEW)" from the CMakeLists.txt file allows Cycles to be compiled with the latest version of CMake.
2024-10-01 10:58:26 +02:00