From 58a4e86c977dc61670e7b7d90e47a2350863a0fd Mon Sep 17 00:00:00 2001 From: data-man Date: Sat, 27 Mar 2021 12:03:52 +0500 Subject: [PATCH] Rename QR code support option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 154b4d931..76cc6d8bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ cmake_dependent_option( option(USE_DOXYGEN "Build HTML cross reference with doxygen" OFF) option(USE_PANDOC "Build man pages and HTML reference with pandoc" ON) option(USE_POC "Build small, uninstalled proof-of-concept binaries" ON) -option(USE_QRCODEGEN "Disable libqrcodegen QR code support" ON) +option(USE_QRCODEGEN "Enable libqrcodegen QR code support" ON) option(USE_STATIC "Build static libraries (in addition to shared)" ON) set(USE_MULTIMEDIA "ffmpeg" CACHE STRING "Multimedia engine, one of 'ffmpeg', 'oiio', or 'none'") set_property(CACHE USE_MULTIMEDIA PROPERTY STRINGS ffmpeg oiio none)