From e58e4f2a727d5fc333ccd0058f5facae5efe61ce Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Tue, 14 Feb 2023 18:56:43 -0600 Subject: [PATCH] Excluding PC Sampling Sample from samples package Change-Id: I27865f8040ea519909db45041b0aaad6b786ce8e --- samples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt index ae85675b93..c723433899 100644 --- a/samples/CMakeLists.txt +++ b/samples/CMakeLists.txt @@ -130,7 +130,7 @@ target_include_directories(pc_sampling_code_printing ${HSA_RUNTIME_INC_PATH} ${PROJECT_SOURCE_DIR}) add_dependencies(samples pc_sampling_code_printing) -install(TARGETS pc_sampling_code_printing RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/samples COMPONENT samples) +# install(TARGETS pc_sampling_code_printing RUNTIME DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/samples COMPONENT samples) # ############################################################################################################################################ # Scripts to run samples