From: Christoph Egger Date: Fri, 20 Mar 2015 12:51:56 +0000 (+0100) Subject: Bump Cmake compat version X-Git-Tag: v0.1~25 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=aee81ec403637676282822ff680bce9fde998b9f;hp=4a6fbb89405d47cd431157c10db4ab36a19cbb51 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 --- 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)