CMake: disable deprecated behavior
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 1 Sep 2023 09:33:02 +0000 (11:33 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 1 Sep 2023 16:12:28 +0000 (18:12 +0200)
commit91d2d1f1be6615a02f8d2ac0b90607fb7a3dd770
tree594a650412f391ca526e95a7f8470d3e882ed85a
parent5a85740e9701abc4fd439bee10d31b039ea5ed3e
CMake: disable deprecated behavior

Set policies CMP0011, CMP0057, CMP0099 to the new behavior. Since
version 3.27.4 if the policy is not set to the new behavior, CMake
will generate a warning.
CMakeLists.txt