-
Christophe Guillon authored
Simplify dependencies for binding and allow both TEST and PYBIND on when Python embedded interpreter is available. This aligns to the new aidge_core dependencies which are self-sufficient. Update cmake requirements to >=3.18+ in order to support missing Python embedded interpreter. This change requires the installed aidge_core library to include the merge request aidge_core!187
Christophe Guillon authoredSimplify dependencies for binding and allow both TEST and PYBIND on when Python embedded interpreter is available. This aligns to the new aidge_core dependencies which are self-sufficient. Update cmake requirements to >=3.18+ in order to support missing Python embedded interpreter. This change requires the installed aidge_core library to include the merge request aidge_core!187
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
aidge_backend_cpu-config.cmake.in 256 B
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(aidge_core)
include(CMakeFindDependencyMacro)
include(${CMAKE_CURRENT_LIST_DIR}/aidge_backend_cpu-config-version.cmake)
include(${CMAKE_CURRENT_LIST_DIR}/aidge_backend_cpu-targets.cmake)