mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Switch to Corrosion system package
This commit is contained in:
parent
1cbfc17c1a
commit
a486af037f
1 changed files with 2 additions and 7 deletions
9
external/CMakeLists.txt
vendored
9
external/CMakeLists.txt
vendored
|
@ -6,14 +6,9 @@ set(BUILD_SHARED_LIBS OFF)
|
|||
add_subdirectory(libbaseencode)
|
||||
add_subdirectory(libcotp)
|
||||
|
||||
include(FetchContent)
|
||||
find_package(Corrosion REQUIRED)
|
||||
|
||||
FetchContent_Declare(
|
||||
Corrosion
|
||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||
GIT_TAG v0.4.2
|
||||
)
|
||||
FetchContent_MakeAvailable(Corrosion)
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
libphysis
|
||||
|
|
Loading…
Add table
Reference in a new issue