From 12d3714eda5ad200df94c1878ee97b54d330f37b Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 25 Dec 2024 16:24:44 -0500 Subject: [PATCH] Upgrade to latest Event and mcolor --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c818184..38a418c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,12 +23,12 @@ include_directories("include") CPMAddPackage( NAME Event - URL https://git.redacted.cc/josh/Event/archive/Release-7.zip + URL https://git.redacted.cc/josh/Event/archive/Release-12.zip ) CPMAddPackage( NAME mcolor - URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-4.zip + URL https://git.redacted.cc/maxine/mcolor/archive/Prerelease-5.zip ) if (UNIX)