chore: Use find_package in CMake, fallback to FetchContent
Compare changes
Files
2+ 12
− 7
Fix #205 (closed)
Use Cmake find_package()
to find packages installed on system (namely fmt
and Catch2
), and fallback to using fetch_content()
if the packages are not found.
The main objective of this is to reduce build times.
CMakeLists.txt
and UnitTests/CMaeLists.txt
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent