Skip to content

Commit

Permalink
Update develop_approvaltests_fetch_content to test latest versions of…
Browse files Browse the repository at this point in the history
… most dependencies

As this project has CI builds run every week, this should allow me to detect
earlier any breakages in ApprovalTests.cpp code due to dependencies updating.

For the value of this, see
approvals/ApprovalTests.cpp#168

Notes:
* Catch2 uses v2.x, as we don't yet support v3
* Boost uses 1.72.0 - see #1 for why.
  • Loading branch information
claremacrae committed Jan 6, 2021
1 parent 94b5f5c commit 8665c35
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions develop_approvaltests_fetch_content/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ set(BoostVersion
# Tested with versions in range: v2.3.0 ... v2.13.3
# Does not work with devel, and v3 releases
set(Catch2Version
"v2.13.3")
"v2.x")

# Tested with versions in range: v4.0
set(CppUTestVersion
"v4.0")
"master")

# Tested with versions in range: 2.3.4 ... 2.4.1
set(DocTestVersion
"2.4.1")
"master")

# Tested with versions in range: 6.0.0 ... 7.1.2
set(FmtVersion
"7.1.2")
"master")

# Tested with versions in range: release-1.8.0 ... release-1.10.0
set(GoogleTestVersion
"release-1.10.0")
"master")

# Tested with versions in range: 1.1.7 ... 1.1.8
set(UtVersion
"v1.1.8")
"master")

# -------------------------------------------------------------------
# boost
Expand Down

0 comments on commit 8665c35

Please sign in to comment.