Skip to content

Commit 894e810

Browse files
authored
build: remove unnecessary policy check (#262)
Minimum version is 3.5 and policy CMP0048 was introduced in 3.0, meaning that it will always be set to `NEW`.
1 parent 1fe43f5 commit 894e810

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ include (utils.cmake)
44

55
disallow_intree_builds()
66

7-
if (POLICY CMP0048)
8-
cmake_policy (SET CMP0048 NEW)
9-
endif ()
107
project (utf8proc VERSION 2.9.0 LANGUAGES C)
118

129
# This is the ABI version number, which may differ from the

0 commit comments

Comments
 (0)