From d9979e57f109f923fc001df99d0cbf7fac420362 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 26 Dec 2021 10:39:31 +0300 Subject: [PATCH] Disable compiling qrencode executables --- CMakeLists.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 108de95..dd80480 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,8 @@ find_package(Boost REQUIRED COMPONENTS atomic chrono filesystem program_options set(OPENSSL_USE_STATIC_LIBS ON) find_package(OpenSSL REQUIRED) +# Disable compiling qrencode executables +option(WITH_TOOLS "Build utility tools" NO) add_subdirectory(src/additional/libqrencode) add_subdirectory(src/additional/IXWebSocket) -- 1.7.1