Skip to content

Commit

Permalink
build: remove unnecessary policy check
Browse files Browse the repository at this point in the history
Minimum version is 3.5 and policy CMP0048 was introduced in 3.0, meaning
that it will always be set to `NEW`.
  • Loading branch information
dundargoc committed Apr 7, 2024
1 parent 1fe43f5 commit 40492f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40492f8

Please sign in to comment.