mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 06:57:46 +00:00
Exclude libcotp from all target
This commit is contained in:
parent
3c2f4e9b78
commit
f84be41c45
1 changed files with 1 additions and 1 deletions
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@
|
||||||
set(BUILD_SHARED_LIBS OFF)
|
set(BUILD_SHARED_LIBS OFF)
|
||||||
set(BUILD_TESTS OFF)
|
set(BUILD_TESTS OFF)
|
||||||
|
|
||||||
add_subdirectory(libcotp)
|
add_subdirectory(libcotp EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
find_package(Corrosion REQUIRED)
|
find_package(Corrosion REQUIRED)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue