Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing
find_package
calls in ThermoFunConfig.cmake.in
In this cmake config file, we need to add `find_package` calls for the libraries that ThermoFun depends: find_package(ChemicalFun REQUIRED) find_package(spdlog CONFIG REQUIRED) This is needed so that codes depending on ThermoFun will be able to automatically find its dependencies too.
- Loading branch information