Files
guru/app-misc/interception-tools/files/interception-tools-0.6.8-r2-cmake-version-3-10.patch
Julian Jørgensen 5223cfc4bb app-misc/interception-tools: patch cmake to 3.10
Signed-off-by: Julian Jørgensen <jjo@jtle.dk>
2026-07-03 23:16:24 +02:00

15 lines
336 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index af5fd82..38f65c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,8 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.10)
project(interception-tools)
+cmake_policy(SET CMP0167 NEW)
find_package(Boost REQUIRED)
find_package(Threads REQUIRED)