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
1 changed files with 0 additions and 2 deletions

View File

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