1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-22 07:54:18 +01:00

build: Remove CMP0012 NEW policy

This policy is already enabled by default. This may have originally
been a typo since it was added in the same commit where CMP0011 was set
to OLD in the top-level cmake file (b63d1cf9f1).
This commit is contained in:
Jim Broadus 2021-04-17 22:13:08 -07:00 committed by John Maguire
parent 3690c41cb0
commit 99ee1394a5

View File

@ -1,5 +1,3 @@
cmake_policy(SET CMP0012 NEW)
set(summary_willbuild "") set(summary_willbuild "")
set(summary_willnotbuild "") set(summary_willnotbuild "")