From 2ed000019ebedfc64baaa3a94f4b96c227de8dc3 Mon Sep 17 00:00:00 2001 From: DongWook Lee Date: Sat, 27 Jan 2024 17:47:56 +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 7286359..90aab8b 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 "v0.18.1" + GIT_TAG "0.18.1" ) FetchContent_GetProperties(claujson) if(NOT claujson_POPULATED)