removed unneeded find_package parameter for etl

This commit is contained in:
Ulrich Mohr 2023-02-09 13:50:16 +01:00
parent 8c712441ab
commit 010509efb4
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ message(
)
# Check whether the user has already installed ETL first
find_package(${FSFW_ETL_LIB_NAME} ${FSFW_ETL_LIB_MAJOR_VERSION} CONFIG QUIET)
find_package(${FSFW_ETL_LIB_NAME} ${FSFW_ETL_LIB_MAJOR_VERSION} QUIET)
# Not installed, so use FetchContent to download and provide etl
if(NOT ${FSFW_ETL_LIB_NAME}_FOUND)
message(