diff --git a/share/rocm/cmake/ROCMCreatePackage.cmake b/share/rocm/cmake/ROCMCreatePackage.cmake index 76f52bc4..1251206a 100755 --- a/share/rocm/cmake/ROCMCreatePackage.cmake +++ b/share/rocm/cmake/ROCMCreatePackage.cmake @@ -181,7 +181,6 @@ macro(rocm_set_cpack_gen) string(TOUPPER $ENV{ROCM_PKGTYPE} CPACK_GENERATOR) # PKGTYPE is typically lower case else() # Otherwise see what we can find - message(INFO "rocm_set_cpack_gen didn't find ROCM_PKGTYPE in environment") set(CPACK_GENERATOR "TGZ;ZIP") if(EXISTS ${MAKE_NSIS_EXE}) list(APPEND CPACK_GENERATOR "NSIS")