From 3fad19663ccb612845e5ed2ef58799eb3e78efce Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Jan 2014 14:58:45 +0100 Subject: [PATCH] CMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2