diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-28 14:47:55 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-08-28 14:47:55 +0200 |
commit | 2f00fce3695f11accacf9dde468bf86f26d45a9c (patch) | |
tree | 384cdafdcf7c4c4ced728c5b0ba8248388aed16b | |
parent | 56c39b8f71d3c098873c4165af1c58d8c1ec999f (diff) |
monitor: disable monitoring by default
Change-Id: I8e76e9c184dd913a5040578366c8783ac4b3efaa
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0605e2ec..3d7e1d07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,6 @@ SET(binding_install_dir ${CMAKE_INSTALL_FULL_LIBDIR}/afb) ########################################################################### # activates the monitoring by default -set(INCLUDE_MONITORING ON CACHE BOOL "Activates installation of monitoring") if(INCLUDE_MONITORING) add_definitions(-DWITH_MONITORING_OPTION) INSTALL(DIRECTORY |