Skip to content

Commit

Permalink
Enable the CMake ROCJPEG_ROCPROFILER_REGISTER option by default (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanSalmanpour authored Dec 10, 2024
1 parent 0fc0088 commit 9ac798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ endif()
message("-- ${White}${PROJECT_NAME} -- AMD GPU_TARGETS: ${GPU_TARGETS}${ColourReset}")

# Add an option for enabling the rocprofiler-register
option(ROCJPEG_ENABLE_ROCPROFILER_REGISTER "Enable rocprofiler-register support" OFF)
option(ROCJPEG_ENABLE_ROCPROFILER_REGISTER "Enable rocprofiler-register support" ON)

find_package(HIP QUIET)
find_package(Libva QUIET)
Expand Down

0 comments on commit 9ac798f

Please sign in to comment.