Skip to content

Commit 876ffe2

Browse files
authored
Merge pull request #188 from jonathonl/master
Adds missing CMakeFindDependencyMacro include.
2 parents ab0e774 + 9ff5f9b commit 876ffe2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xtensor-blasConfig.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@PACKAGE_INIT@
1818

1919
if(NOT TARGET @PROJECT_NAME@)
20+
include(CMakeFindDependencyMacro)
2021
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
2122
get_target_property(@PROJECT_NAME@_INCLUDE_DIRS xtensor-blas INTERFACE_INCLUDE_DIRECTORIES)
2223
find_dependency(BLAS REQUIRED)

0 commit comments

Comments
 (0)