Skip to content

Commit

Permalink
Merge pull request #41 from Mike-Devel/patch-1
Browse files Browse the repository at this point in the history
[CMAKE] Lower minimal required version
  • Loading branch information
fmhess committed Jan 21, 2020
2 parents 1d9172d + 918d15b commit 51152cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@
# NOTE: CMake support for Boost.Signals2 is currently experimental at best
# and the interface is likely to change in the future

cmake_minimum_required( VERSION 3.10...3.16 )
cmake_minimum_required( VERSION 3.5...3.16 )
project( BoostSignals2 LANGUAGES CXX)

option( BOOST_SIGNALS2_INCLUDE_EXAMPLES "Add boost signals2 examples" OFF )
Expand Down

0 comments on commit 51152cc

Please sign in to comment.