Skip to content

Commit

Permalink
Merge pull request #2 from drodin/hunter-0.12
Browse files Browse the repository at this point in the history
disable build opusurl library by default
  • Loading branch information
rbsheth authored Jul 27, 2021
2 parents 30945a5 + a9cf21a commit fc28a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit fc28a7d

Please sign in to comment.