chore: increase minimum CMake version (#328)

Reference: https://hsf-training.github.io/hsf-training-cmake-webpage/07-commonproblems/index.html
This commit is contained in:
Joan Marcè i Igual 2021-09-29 18:00:39 +02:00 committed by Damien Arrachequesne
parent 2573a120d9
commit 2b1dda79cf
No known key found for this signature in database
GPG Key ID: 544D14663E7F7CF0

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
PROJECT(sioclient)
option(BUILD_SHARED_LIBS "Build the shared library" OFF)