Skip to content

Commit d0fbaf6

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xtensor-ioConfig.cmake.in

-5
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}/@[email protected]")
2924
endif()

0 commit comments

Comments
 (0)