mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-28 17:02:35 +01:00
14 lines
319 B
Diff
14 lines
319 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 48b55f4c5..b681e8d88 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,7 +1,7 @@
|
|
cmake_minimum_required(VERSION 3.13.0)
|
|
project(clementine)
|
|
|
|
-cmake_policy(SET CMP0053 OLD)
|
|
+cmake_policy(SET CMP0053 NEW)
|
|
|
|
include(CheckCXXCompilerFlag)
|
|
include(FindPkgConfig)
|