Don't build unit tests by default
The unit tests are currently in a sorry state, and are very dependent
on the system being run. This has confused several people, so disable
them for now until someone (probably me) has a chance to get the
quality up on them. We will most likely leave them disabled by default
even when they are passing.
Change-Id: I6ad522dc0320f05b3ece3532f81bcb14b5d5de4f
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33d3ec5..9a1ecd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-rtti")
# general
-option (BMCWEB_BUILD_UT "Enable Unit test" ON)
+option (BMCWEB_BUILD_UT "Enable Unit test" OFF)
# security flags
set (SECURITY_FLAGS "\