X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=e7d0bf5f1f3a1f9ca19eaa7e4ecc61ae66913aed;hp=252f9024d21c4bf089cb74afe7c1cfa14ecff829;hb=b2d9be03f533ec9800b9b35447ab4502807eada5;hpb=1931b5f932cf068d073bc798f11dd21ede5389a2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 252f9024..e7d0bf5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ option(DISABLE_WERROR "Build without -Werror" FALSE) option(ENABLE_SIGNALS "Build with UNIX signals" TRUE) option(ENABLE_STACKTRACE "Enable stack trace when crashing" FALSE) option(ENABLE_DECODE "Build with libsigrokdecode" TRUE) -option(ENABLE_TESTS "Enable unit tests" TRUE) +option(ENABLE_TESTS "Enable unit tests" FALSE) option(STATIC_PKGDEPS_LIBS "Statically link to (pkg-config) libraries" FALSE) if(WIN32)