From a9591ab84f3de8f491acfe28af713373e67bf768 Mon Sep 17 00:00:00 2001 From: Morwenn Date: Sun, 17 Dec 2023 22:46:17 +0100 Subject: [PATCH] Bump downloaded libassert version to v1.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a90839db..173c36fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})