mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
15 lines
336 B
Diff
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)
|
|
|