Browse Source

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`.
pull/263/head
dundargoc 7 months ago
committed by GitHub
parent
commit
894e8107ac
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      CMakeLists.txt

3
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

Loading…
Cancel
Save