From 99ee1394a57a05357eedfbc276211d5477a2998b Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Sat, 17 Apr 2021 22:13:08 -0700 Subject: [PATCH] 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). --- cmake/Summary.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/Summary.cmake b/cmake/Summary.cmake index 4202741aa..c4500c80a 100644 --- a/cmake/Summary.cmake +++ b/cmake/Summary.cmake @@ -1,5 +1,3 @@ -cmake_policy(SET CMP0012 NEW) - set(summary_willbuild "") set(summary_willnotbuild "")