From d4762f69efd0d35f2ccfa4ecf14bcbf898bf1fc4 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:19:16 +0530 Subject: [PATCH] SWDEV-400142 - build app using Languages(HIP) cmake (#3235) 1) project(name LANGUAGES HIP) 2) enable_language(HIP) This allows user to build app without need for find_package(hip) Change-Id: Ie6bf05e931758fab4b5b8c131c75ae86ac80deac --- hip-lang-config.cmake.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/hip-lang-config.cmake.in b/hip-lang-config.cmake.in index b14b550f3d..ed479ccb1f 100644 --- a/hip-lang-config.cmake.in +++ b/hip-lang-config.cmake.in @@ -60,9 +60,6 @@ endif() set(HIP_COMPILER "@HIP_COMPILER@") set(HIP_RUNTIME "@HIP_RUNTIME@") -find_dependency(AMDDeviceLibs) -find_dependency(amd_comgr) - include( "${CMAKE_CURRENT_LIST_DIR}/hip-lang-targets.cmake" ) # Find the hip-lang config file path with symlinks resolved