mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 13:23:00 +00:00
Upgrade corrision to a git snapshot
This includes support for placing build artefacts into output directories using standard cmake variables.
This commit is contained in:
parent
8145d10b5b
commit
53b05c426c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Corrosion
|
Corrosion
|
||||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||||
GIT_TAG v0.3.0
|
GIT_TAG f03517a98ccd69dd33ce115ac0d63aab5cc4398a
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(Corrosion)
|
FetchContent_MakeAvailable(Corrosion)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue