From aee81ec403637676282822ff680bce9fde998b9f Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Fri, 20 Mar 2015 13:51:56 +0100 Subject: [PATCH] Bump Cmake compat version Cmake before 3.0 failed to properly build out-of-tree with SWIG as it tries to write the generated wrapper to a non-existent directory in the build folder --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49f09e0..3529b48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.9) +cmake_minimum_required(VERSION 3.0.0) PROJECT(frida) set(CMAKE_VERBOSE_MAKEFILE on) -- 2.39.2