mirror of
https://github.com/socketio/socket.io-client-cpp.git
synced 2025-12-06 06:35:57 +00:00
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:
parent
2573a120d9
commit
2b1dda79cf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user