Skip to content

Commit a9cf21a

Browse files
committed
disable build opusurl library by default
1 parent 3acd554 commit a9cf21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.4)
22

3-
option(BUILD_OPUSURL "Build opusurl library" ON)
3+
option(BUILD_OPUSURL "Build opusurl library" OFF)
44

55
option(HUNTER_ENABLED "Enable Hunter package manager" OFF)
66

0 commit comments

Comments
 (0)