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)