code cleanup - update the setup script (#3)

* code cleanup - update the setup script

* fix few typo erros

[ROCm/rocjpeg commit: 1ef7c21641]
Cette révision appartient à :
Aryan Salmanpour
2024-03-26 12:48:27 -04:00
révisé par GitHub
Parent 87803e0e1c
révision de0714a4ac
3 fichiers modifiés avec 5 ajouts et 14 suppressions
+1 -1
Voir le fichier
@@ -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()