CMakeLists file updates #731
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:cmakelists_update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CMakeLists.txt
file.correction for printout, add prefixto CMakeLists file updatesI made the fetch of Catch2 quiet as well and unified the messages when ETL or Catch2 are not found. The one for ETL was misleading as it said "installing".
As for the addition of
CONFIG
, I do not see how this affects the verbosity of the command. It only changes the way find_package searches for the package and I am not sure we want to restrict it to config mode only.CONFIG
not necessary, probably something I forgot to remove. Did you do this in another branch?Ok, I removed
CONFIG
. Did I do what in another branch?Ah you pushed into this branch directly no issues.