From 0c978f7ce32f4bd37cd5ab6ede1d937871e6da1a Mon Sep 17 00:00:00 2001 From: Oliver Hahn Date: Sun, 26 Mar 2023 18:09:46 +0200 Subject: [PATCH] fixed monofonic compilation problem. main branch now pulls old CLASS version from tag --- external/class.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/class.cmake b/external/class.cmake index ea6a8f5..2b8cd24 100644 --- a/external/class.cmake +++ b/external/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