]> sigrok.org Git - pulseview.git/blobdiff - CMakeLists.txt
CMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE).
[pulseview.git] / CMakeLists.txt
index 9d2428a9e201148c5ef02d7310af70aea6d1243d..5ec003fc44e94f283715c883812f2357d67390d7 100644 (file)
@@ -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)