code cleanup - update the setup script (#3)

* code cleanup - update the setup script

* fix few typo erros

[ROCm/rocjpeg commit: 1ef7c21641]
This commit is contained in:
Aryan Salmanpour
2024-03-26 12:48:27 -04:00
committed by GitHub
parent 87803e0e1c
commit de0714a4ac
3 changed files with 5 additions and 14 deletions
@@ -68,6 +68,6 @@ else()
message(FATAL_ERROR "-- ERROR!: HIP Not Found! - please install ROCm and HIP!")
endif()
if (NOT ROCJPEG_FOUND)
message(FATAL_ERROR "-- ERROR!: rocDecode Not Found! - please install rocDecode!")
message(FATAL_ERROR "-- ERROR!: rocJPEG Not Found! - please install rocJPEG!")
endif()
endif()