Disable compiling qrencode executables
authoruser <balthazar@yandex.ru>
Sun, 26 Dec 2021 07:39:31 +0000 (10:39 +0300)
committeruser <balthazar@yandex.ru>
Sun, 26 Dec 2021 07:39:31 +0000 (10:39 +0300)
CMakeLists.txt

index 108de95..dd80480 100644 (file)
@@ -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)