diff --git a/CMakeLists.txt b/CMakeLists.txt
index fee4c0eb11094b6c4611f12c251211fb472d172b..1d7e5f6b885751a9a4231715a08db97fe88986ac 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