From 745ae6b9e7670fa5c7d034e7b8d09f55f9be87ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy-Egri=20M=C3=A1t=C3=A9=20Ferenc?= Date: Wed, 18 Mar 2020 06:50:53 +0100 Subject: [PATCH] Remove debug message (#1950) [ROCm/hip commit: 7d47cc4150466487038bfc48d5a602ddd004bfc2] --- projects/hip/cmake/FindHIP.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/hip/cmake/FindHIP.cmake b/projects/hip/cmake/FindHIP.cmake index 7edf27f3c7..0819a0364c 100644 --- a/projects/hip/cmake/FindHIP.cmake +++ b/projects/hip/cmake/FindHIP.cmake @@ -75,7 +75,6 @@ if(UNIX AND NOT APPLE AND NOT CYGWIN) endif() # And push it back to the cache set(HIP_ROOT_DIR ${HIP_ROOT_DIR} CACHE PATH "HIP installed location" FORCE) - message("Found HIP at ${HIP_ROOT_DIR}") endif() # Find HIPCC executable