summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-05-03 15:13:08 -0400
committerGitHub <noreply@github.com>2018-05-03 15:13:08 -0400
commitd4a694b01ff3a21eaf529680d07769d310051bd4 (patch)
treecfdb69501dc822787e8866f7176b4dfa863092ee
parentff50d25bd55d38b07ea2ca910dc4fd6f39b5a939 (diff)
downloadsdl_core-d4a694b01ff3a21eaf529680d07769d310051bd4.tar.gz
Fix build test on typo
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 86518b250c..450a9192f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ option(BUILD_SHARED_LIBS "Build all libraries as shared (if ON) or static (if OF
option(BUILD_BT_SUPPORT "Bluetooth support" ON)
option(BUILD_USB_SUPPORT "libusb support" ON)
option(BUILD_BACKTRACE_SUPPORT "backtrace support" ON)
-option(BUILD_TESTS "Possibility to build and run tests" ON)
+option(BUILD_TESTS "Possibility to build and run tests" OFF)
option(TELEMETRY_MONITOR "Enable profiling time test util" ON)
option(ENABLE_LOG "Logging feature" ON)
option(ENABLE_GCOV "gcov code coverage feature" OFF)