]> sigrok.org Git - pulseview.git/commitdiff
CMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE).
authorUwe Hermann <redacted>
Wed, 1 Jan 2014 13:58:45 +0000 (14:58 +0100)
committerUwe Hermann <redacted>
Wed, 1 Jan 2014 14:03:18 +0000 (15:03 +0100)
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)