Skip to content

Commit 58b5fc2

Browse files
committed
Upgrade downloaded libassert version to v2.2.1
1 parent 5bf0309 commit 58b5fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (CPPSORT_USE_LIBASSERT)
2424
FetchContent_Declare(
2525
libassert
2626
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert
27-
GIT_TAG 634f50fb4086d377ad9a2f83d693d2e8fe4972a7 # v2.1.4
27+
GIT_TAG bd33ba116f209bf71761c58dccc2f3bf277e0824 # v2.2.1
2828
)
2929
FetchContent_GetProperties(libassert)
3030
if (NOT libassert_POPULATED)

0 commit comments

Comments
 (0)