From a9cf21a45113ce557321fb8cc2a75ca58690a977 Mon Sep 17 00:00:00 2001 From: Dmitry Rodin Date: Sat, 3 Jul 2021 10:01:52 +0300 Subject: [PATCH] disable build opusurl library by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b270eb7..a17c66f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.4) -option(BUILD_OPUSURL "Build opusurl library" ON) +option(BUILD_OPUSURL "Build opusurl library" OFF) option(HUNTER_ENABLED "Enable Hunter package manager" OFF)