Skip to content
Snippets Groups Projects
Commit e38fd30a authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Build examples = off

parent 0104d065
No related branches found
No related tags found
No related merge requests found
Pipeline #2743 failed
...@@ -100,7 +100,7 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON) ...@@ -100,7 +100,7 @@ option(_WOLF_TRACE "Enable wolf tracing macro" ON)
# option(BUILD_EXAMPLES "Build examples" OFF) # option(BUILD_EXAMPLES "Build examples" OFF)
set(BUILD_TESTS true) set(BUILD_TESTS true)
set(BUILD_EXAMPLES true) set(BUILD_EXAMPLES false)
# Does this has any other interest # Does this has any other interest
# but for the examples ? # but for the examples ?
...@@ -463,7 +463,6 @@ SET(SRCS_BASE ...@@ -463,7 +463,6 @@ SET(SRCS_BASE
) )
SET(SRCS SET(SRCS
test/processor_IMU_UnitTester.cpp
) )
SET(SRCS_CAPTURE SET(SRCS_CAPTURE
src/capture/capture_GPS_fix.cpp src/capture/capture_GPS_fix.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment