]> git.ipfire.org Git - thirdparty/json-c.git/commit
CMake: remove needless policy setting
authorRolf Eike Beer <eb@emlix.com>
Tue, 5 Sep 2023 10:14:46 +0000 (12:14 +0200)
committerRolf Eike Beer <eb@emlix.com>
Tue, 5 Sep 2023 10:14:46 +0000 (12:14 +0200)
commit990acb4e19b793146ccf44c05e7ea1a406d81d8e
tree3f2bd98da4a029211e9875d37954ed12e2faed91
parent502522a93d0a111835094e4c62dbb41b64f2aca4
CMake: remove needless policy setting

These policies were all introduced before CMake 3.9, so they will automatically
be initialized to the new behavior when requesting a minimum version of 3.9.
CMakeLists.txt