]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: Do not set CMake policy to new that are set anyway 54937/head
authorChristoph Grüninger <foss@grueninger.de>
Sun, 17 Dec 2023 21:18:43 +0000 (22:18 +0100)
committerChristoph Grüninger <foss@grueninger.de>
Sun, 17 Dec 2023 21:18:43 +0000 (22:18 +0100)
commitd57b799ff05709b435af56d29158ceece62e57df
tree6911edfe167c6f827396ef458d77dee2d9388c47
parent0e36db9f4e58de51fcb010d3d4b897b9d4b05ac4
cmake: Do not set CMake policy to new that are set anyway

CMP0097 and below are all implicitly set to new because
the minimum required CMake version is 3.16 and these
policies are older.

Signed-off-by: Christoph Grüninger <foss@grueninger.de>
CMakeLists.txt