Skip to content

Commit

Permalink
Merge pull request #23 from AntelopeIO/mikelik/handle_cdt_4
Browse files Browse the repository at this point in the history
Update CDT max version
  • Loading branch information
mikelik authored May 25, 2023
2 parents 2ae64b0 + e565200 commit bd6c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option(SYSTEM_BLOCKCHAIN_PARAMETERS
find_package(cdt)

set(CDT_VERSION_MIN "3.0")
set(CDT_VERSION_SOFT_MAX "3.0")
set(CDT_VERSION_SOFT_MAX "4.0")
# set(CDT_VERSION_HARD_MAX "")

# Check the version of CDT
Expand Down

0 comments on commit bd6c0b1

Please sign in to comment.