Code Review
/
src
/
app-framework-main.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f8eb652
)
Update CMake required version
author
José Bollo
<jose.bollo@iot.bzh>
Tue, 5 Sep 2017 12:00:32 +0000
(14:00 +0200)
committer
José Bollo
<jose.bollo@iot.bzh>
Tue, 5 Sep 2017 12:00:32 +0000
(14:00 +0200)
Change-Id: I8d45e9d0430600444a25d923412dd8e385b91470
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
45ac19c
..
7dec6b0
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-16,9
+16,9
@@
# limitations under the License.
###########################################################################
-
project(afm-main C
)
+
cmake_minimum_required(VERSION 3.4.3
)
-
cmake_minimum_required(VERSION 2.8
)
+
project(afm-main C
)
include(GNUInstallDirs)
include(CTest)