Enable the CMake ROCDECODE_ROCPROFILER_REGISTER option by default (#469)

Этот коммит содержится в:
Aryan Salmanpour
2024-12-09 18:24:30 -05:00
коммит произвёл GitHub
родитель 80e08f47c2
Коммит c02fbcf658
+1 -1
Просмотреть файл
@@ -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)