projects
/
frida
/
frida.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6fbb8
)
Bump Cmake compat version
author
Christoph Egger
<Christoph.Egger@fau.de>
Fri, 20 Mar 2015 12:51:56 +0000
(13:51 +0100)
committer
Christoph Egger
<Christoph.Egger@fau.de>
Fri, 20 Mar 2015 12:51:56 +0000
(13:51 +0100)
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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 49f09e09c952819805dd43fba9ab0b8f08c8d50c..3529b485fb3c2c5490edeee16e62f8604bbad076 100644
(file)
--- 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)