File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,5 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CubicInterpolationConfig.cmake
4747 DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/CubicInterpolation
4848 )
4949
50- file (GLOB_RECURSE TEST_FILES "${PROJECT_BINARY_DIR} /Find*.cmake" )
51-
52- install (FILES ${TEST_FILES}
50+ install (FILES "${PROJECT_BINARY_DIR} /conanbuildinfo.cmake"
5351 DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/CubicInterpolation)
Original file line number Diff line number Diff line change 11@PACKAGE_INIT@
22
3- list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR} " )
4-
5- include (CMakeFindDependencyMacro)
6- find_dependency(Boost)
7- find_dependency(Eigen3)
3+ include (${CMAKE_CURRENT_LIST_DIR} /conanbuildinfo.cmake)
4+ conan_basic_setup(TARGETS)
85
96include ("${CMAKE_CURRENT_LIST_DIR} /CubicInterpolationTargets.cmake" )
You can’t perform that action at this time.
0 commit comments