From c02fbcf658aabeec4ef75e801476bc7aa02d0657 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Mon, 9 Dec 2024 18:24:30 -0500 Subject: [PATCH] Enable the CMake ROCDECODE_ROCPROFILER_REGISTER option by default (#469) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0657c02829..367a8ef229 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ endif() message("-- ${BoldBlue}rocDecode Build Type -- ${CMAKE_BUILD_TYPE}${ColourReset}") # Add an option for enabling the rocprofiler-register -option(ROCDECODE_ENABLE_ROCPROFILER_REGISTER "Enable rocprofiler-register support" OFF) +option(ROCDECODE_ENABLE_ROCPROFILER_REGISTER "Enable rocprofiler-register support" ON) find_package(HIP QUIET) find_package(Libva QUIET)