Skip to content

Commit d0fbaf6

Browse files
committed
Allow the library to be used from build directory. Closes #169.
1 parent ffada93 commit d0fbaf6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

xtensor-ioConfig.cmake.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
include(CMakeFindDependencyMacro)
2020
find_dependency(xtensor @xtensor_REQUIRED_VERSION@)
2121

22-
set(PN xtensor_io)
23-
set_and_check(${PN}_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@")
24-
set(${PN}_LIBRARY "")
25-
check_required_components(${PN})
26-
2722
if(NOT TARGET @PROJECT_NAME@)
2823
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
2924
endif()

0 commit comments

Comments
 (0)