1
0
Fork 0
mirror of https://github.com/cosmo-sims/monofonIC.git synced 2024-09-19 17:03:45 +02:00

use latest class version

This commit is contained in:
Oliver Hahn 2023-04-04 14:59:32 +02:00
parent 274c57de3c
commit 35d8232be5

View file

@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
class class
GIT_REPOSITORY https://github.com/ohahn/class_public.git GIT_REPOSITORY https://github.com/ohahn/class_public.git
GIT_TAG monofonic_v1 GIT_TAG master
GIT_SHALLOW YES GIT_SHALLOW YES
GIT_PROGRESS TRUE GIT_PROGRESS TRUE
USES_TERMINAL_DOWNLOAD TRUE # <---- this is needed only for Ninja USES_TERMINAL_DOWNLOAD TRUE # <---- this is needed only for Ninja