Skip to content

Commit

Permalink
chore(deps): bump boost_callable_traits
Browse files Browse the repository at this point in the history
Also update minimum required cmake version
  • Loading branch information
Curve committed Jul 24, 2023
1 parent 964c853 commit 99d45e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(lime LANGUAGES CXX VERSION 2.0)
cmake_minimum_required(VERSION 3.12)
project(lime LANGUAGES CXX VERSION 2.1)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -75,7 +75,7 @@ CPMAddPackage(

CPMAddPackage(
NAME boost_callable_traits
GIT_TAG 2.3.3
GIT_TAG boost-1.82.0
GIT_REPOSITORY "https://github.com/boostorg/callable_traits"
)

Expand Down

0 comments on commit 99d45e5

Please sign in to comment.