From 4d6a65dd40294d2198ec55f65b220a92d3241335 Mon Sep 17 00:00:00 2001 From: johannes Date: Tue, 30 Jul 2024 00:28:46 +0200 Subject: [PATCH] Fix for gcc 14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfb981f..bac0465 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ include(FetchContent) FetchContent_Declare(bcrl GIT_REPOSITORY https://github.com/Sumandora/bcrl GIT_PROGRESS TRUE - GIT_TAG f826973) + GIT_TAG f826973-gcc-14) FetchContent_MakeAvailable(bcrl) target_link_libraries(${CMAKE_PROJECT_NAME} PRIVATE bcrl)