1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-23 21:07:45 +00:00

Exclude libcotp from all target

This commit is contained in:
Joshua Goins 2023-10-04 16:52:33 -04:00
parent 3c2f4e9b78
commit f84be41c45

View file

@ -4,7 +4,7 @@
set(BUILD_SHARED_LIBS OFF)
set(BUILD_TESTS OFF)
add_subdirectory(libcotp)
add_subdirectory(libcotp EXCLUDE_FROM_ALL)
find_package(Corrosion REQUIRED)