From e38fd30afdbf2ae4201c52f80b62ab6f9a47ddef Mon Sep 17 00:00:00 2001 From: Joaquim Casals <jcasals@iri.upc.edu> Date: Tue, 9 Apr 2019 10:04:47 +0200 Subject: [PATCH] Build examples = off --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fee4c0eb1..1d7e5f6b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON) # option(BUILD_EXAMPLES "Build examples" OFF) set(BUILD_TESTS true) -set(BUILD_EXAMPLES true) +set(BUILD_EXAMPLES false) # Does this has any other interest # but for the examples ? @@ -463,7 +463,6 @@ SET(SRCS_BASE ) SET(SRCS - test/processor_IMU_UnitTester.cpp ) SET(SRCS_CAPTURE src/capture/capture_GPS_fix.cpp -- GitLab