We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffada93 commit d0fbaf6Copy full SHA for d0fbaf6
1 file changed
xtensor-ioConfig.cmake.in
@@ -19,11 +19,6 @@
19
include(CMakeFindDependencyMacro)
20
find_dependency(xtensor @xtensor_REQUIRED_VERSION@)
21
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
-
27
if(NOT TARGET @PROJECT_NAME@)
28
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
29
endif()
0 commit comments