From: Uwe Hermann Date: Wed, 1 Jan 2014 13:58:45 +0000 (+0100) Subject: CMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE). X-Git-Tag: pulseview-0.2.0~169 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=3fad19663ccb612845e5ed2ef58799eb3e78efce CMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE). --- 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)