X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=CMakeLists.txt;h=dd8048041d89a9288903cb2c1cdc6747d92fe075;hp=108de955a48b535ffb76521e9e590ae19f392cd1;hb=d9979e57f109f923fc001df99d0cbf7fac420362;hpb=03194e9e5aa5295b935d71e15535023e6cbf1e05 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)