11fd5c2562
Change-Id: I6102b9910dbb9d09e09bb262a03c5c0ad4ce66f4
14 righe
571 B
CMake
14 righe
571 B
CMake
@PACKAGE_INIT@
|
|
|
|
include( CMakeFindDependencyMacro )
|
|
|
|
# Locate dependent packages here. Finding them propagates usage requirements,
|
|
# if any, to our clients and ensures that their target names are in scope for
|
|
# the build. hsakmt has no cmake project dependencies so there is nothing to
|
|
# find. If we switch to use find_package with external (to ROCm) library
|
|
# dependencies (ie libnuma) then those packages should be located here using
|
|
# find_dependencies as shown below.
|
|
#find_dependency(Bar, 2.0)
|
|
|
|
include( "${CMAKE_CURRENT_LIST_DIR}/@HSAKMT_TARGET@Targets.cmake" )
|