From eeb0fb641fb2d806bb985c74c3a7d36c4a1a3d4f Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Tue, 14 Feb 2023 22:59:52 -0600 Subject: [PATCH] Disabling samples compilation Change-Id: Ibd4ec66cfbc4751034ad98143b9ca129947760f1 [ROCm/rocprofiler commit: 33ae8788463bd819f05bd71ca25052102ef6e0ca] --- projects/rocprofiler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/CMakeLists.txt b/projects/rocprofiler/CMakeLists.txt index 49b00cf3ec..1ea0c6a0c5 100644 --- a/projects/rocprofiler/CMakeLists.txt +++ b/projects/rocprofiler/CMakeLists.txt @@ -139,7 +139,7 @@ add_subdirectory(src) if(${LIBRARY_TYPE} STREQUAL SHARED) ## Build samples - add_subdirectory(samples) + #add_subdirectory(samples) ## Build tests add_subdirectory(tests)