X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=5ec003fc44e94f283715c883812f2357d67390d7;hb=3fad19663ccb612845e5ed2ef58799eb3e78efce;hp=9d2428a9e201148c5ef02d7310af70aea6d1243d;hpb=0aad432c15b1b3dc4d156b7e9d682a96cbe3ff54;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d2428a9..5ec003fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ project(pulseview) option(DISABLE_WERROR "Build without -Werror" FALSE) option(ENABLE_SIGNALS "Build with UNIX signals" TRUE) option(ENABLE_DECODE "Build with libsigrokdecode" FALSE) -option(ENABLE_TESTS "Enable cotire" FALSE) +option(ENABLE_COTIRE "Enable cotire" FALSE) option(ENABLE_TESTS "Enable unit tests" FALSE) option(STATIC_PKGDEPS_LIBS "Statically link to (pkgconfig) libraries" FALSE)