File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ FetchContent_MakeAvailable(filesystem)
2525
2626FetchContent_Declare(
2727 mpark_variant
28- GIT_REPOSITORY https://github.com/mpark/variant
29- GIT_TAG v1.4.0
28+ URL https://github.com/mpark/variant/archive/v1.4.0.tar.gz
3029 )
3130
3231FetchContent_MakeAvailable(mpark_variant)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ version = "0.1.3"
4040[fetch-content ]
4141toml11 = { git = " https://github.com/ToruNiina/toml11" }
4242filesystem = { git = " https://github.com/gulrak/filesystem" }
43- mpark_variant = { git = " https://github.com/mpark/variant" , tag = " v1.4.0" }
43+ mpark_variant = { url = " https://github.com/mpark/variant/archive/ v1.4.0.tar.gz " }
4444
4545[[bin ]]
4646name = " cmkrlib"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version = "0.1.3"
88[fetch-content ]
99toml11 = { git = " https://github.com/ToruNiina/toml11" }
1010filesystem = { git = " https://github.com/gulrak/filesystem" }
11- mpark_variant = { git = " https://github.com/mpark/variant" , tag = " v1.4.0" }
11+ mpark_variant = { url = " https://github.com/mpark/variant/archive/ v1.4.0.tar.gz " }
1212
1313[[bin ]]
1414name = " cmkrlib"
You can’t perform that action at this time.
0 commit comments