From 420fe7c627174a218d1b00472cb03bc6b0cdc263 Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Fri, 6 Oct 2023 17:20:52 +0200 Subject: [PATCH] used tagged class branch --- ext/class.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/class.cmake b/ext/class.cmake index ea6a8f5..2b8cd24 100644 --- a/ext/class.cmake +++ b/ext/class.cmake @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( class GIT_REPOSITORY https://github.com/ohahn/class_public.git - GIT_TAG master + GIT_TAG monofonic_v1 GIT_SHALLOW YES GIT_PROGRESS TRUE USES_TERMINAL_DOWNLOAD TRUE # <---- this is needed only for Ninja