xtensor-stack / xtensor-blas

BLAS extension to xtensor
BSD 3-Clause "New" or "Revised" License
158 stars 55 forks source link

Adds missing CMakeFindDependencyMacro include. #188

Closed jonathonl closed 3 years ago

jonathonl commented 3 years ago

CMakeFindDependencyMacro defines find_dependency() and needs to be included before calling find_dependency().

JohanMabille commented 3 years ago

Thanks!