Skip to content

Commit fc28a7d

Browse files
authored
Merge pull request #2 from drodin/hunter-0.12
disable build opusurl library by default
2 parents 30945a5 + a9cf21a commit fc28a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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)