From 955fa2482a7fc9b133738bfac8a78a04e81645b9 Mon Sep 17 00:00:00 2001 From: DongWook Lee Date: Sun, 28 Jan 2024 10:04:19 +0900 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 45e5aa7..cdb6595 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ include(FetchContent) FetchContent_Declare( claujson GIT_REPOSITORY "https://github.com/vztpv/scj3" - GIT_TAG "0.18.1" + GIT_TAG "main" ) FetchContent_MakeAvailable(claujson)