From 40492f811600475b8170e1cc9ee8523dac71a82f Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 7 Apr 2024 10:44:19 +0200 Subject: [PATCH] build: remove unnecessary policy check Minimum version is 3.5 and policy CMP0048 was introduced in 3.0, meaning that it will always be set to `NEW`. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 67bd9fa..0d66523 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,9 +4,6 @@ include (utils.cmake) disallow_intree_builds() -if (POLICY CMP0048) - cmake_policy (SET CMP0048 NEW) -endif () project (utf8proc VERSION 2.9.0 LANGUAGES C) # This is the ABI version number, which may differ from the