Set the minimum CMake version to 3.3, closes #16

This commit is contained in:
Axel Isouard 2017-02-05 19:17:38 +01:00
parent e994c40b0d
commit c5c86b729b
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.3)
project(libwebrtc) project(libwebrtc)
# #