aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-01-03 17:43:32 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2019-01-03 18:29:48 +0100
commitf564d467a7ea0f79c1fca5c98079a0e2a9397ac1 (patch)
tree2e9d7fae7b0142cd94d689df819d4ec4d3d1d825 /CMakeLists.txt
parent565e5a7fac5db9a35fd0b2cb8e12f1bdf4772821 (diff)
New installation instructionssandbox/claneys/docs
New installation instructions for the appcontroller library And remove the the submodule occurences. Bug-AGL: SPEC-1689 Change-Id: Idaa6f9191ce521b551ddd7e7d4aa4430f0aeb399 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9804022..fd7f3cc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,6 @@
# limitations under the License.
###########################################################################
-# This component should be included as a submodule and wont compile as standalone
-CMAKE_MINIMUM_REQUIRED(VERSION 3.3)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
include(GNUInstallDirs)
add_subdirectory("ctl-lib")