Merge pull request 'bump ETL version' (#748) from KSat/fsfw:bump_etl_dep into development

Reviewed-on: fsfw/fsfw#748
This commit is contained in:
Ulrich Mohr 2023-05-08 14:53:02 +02:00
commit 0042f92fdf
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ set(FSFW_ETL_LIB_MAJOR_VERSION
20
CACHE STRING "ETL library major version requirement")
set(FSFW_ETL_LIB_VERSION
${FSFW_ETL_LIB_MAJOR_VERSION}.28.0
${FSFW_ETL_LIB_MAJOR_VERSION}.35.14
CACHE STRING "ETL library exact version requirement")
set(FSFW_ETL_LINK_TARGET etl::etl)