Closed marcinlos closed 3 years ago
While find_package calls in CMakeLists.txt require concrete versions of Boost and {fmt}, that is not the case for find_dependency calls in ads-config.cmake.in.
find_package
CMakeLists.txt
find_dependency
ads-config.cmake.in
While
find_package
calls inCMakeLists.txt
require concrete versions of Boost and {fmt}, that is not the case forfind_dependency
calls inads-config.cmake.in
.