aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-31 12:20:27 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-09-02 12:17:59 +0200
commit8cd9fc89159060bbed3a92e4854096f92c0fe93d (patch)
treef76b329de476c09c4408c804c47b9e7ce5d865c5
parent994822a2bf9ff1765ad6344060584b12497aa807 (diff)
Upgrade app-templates and cmake minimum version
Change-Id: I1e2c84c7561ad91ddbe439ecbf15877a2dde7d53 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9cdbb14..4ca1329 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,6 +16,6 @@
# limitations under the License.
###########################################################################
-CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake)