Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vztpv authored Jan 27, 2024
1 parent 03ae8d3 commit 2ed0000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ed0000

Please sign in to comment.