Skip to content

Commit

Permalink
Bump downloaded libassert version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Dec 17, 2023
1 parent 23a4aed commit a9591ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (CPPSORT_USE_LIBASSERT)
include(DownloadProject)
download_project(PROJ libassert
GIT_REPOSITORY https://github.com/jeremy-rifkin/libassert
GIT_TAG v1.2
GIT_TAG v1.2.2
UPDATE_DISCONNECTED 1
)
add_subdirectory(${libassert_SOURCE_DIR} ${libassert_BINARY_DIR})
Expand Down

0 comments on commit a9591ab

Please sign in to comment.