mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
Restrict core C and DH when turning off text loggers (#4438)
This commit is contained in:
parent
afb6f13853
commit
62dd7445db
@ -1,3 +1,7 @@
|
|||||||
|
|
||||||
|
if (NOT FPRIME_ENABLE_TEXT_LOGGERS)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/CdhCoreConfig/")
|
add_fprime_subdirectory("${CMAKE_CURRENT_LIST_DIR}/CdhCoreConfig/")
|
||||||
|
|
||||||
register_fprime_module(
|
register_fprime_module(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user