Skip to content

Commit

Permalink
Support CMake versions <= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Oct 6, 2020
1 parent 2111295 commit 5d3e8b3
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,8 +1,8 @@
cmake_minimum_required (VERSION 3.7)
project (libjuice
DESCRIPTION "JUICE is a UDP ICE library"
VERSION 0.5.2
LANGUAGES C)
set(PROJECT_DESCRIPTION "JUICE is a UDP ICE library")

option(USE_NETTLE "Use Nettle instead of OpenSSL for HMAC computation" OFF)
option(NO_TESTS "Disable tests build" OFF)
Expand Down

0 comments on commit 5d3e8b3

Please sign in to comment.