Skip to content

Commit

Permalink
Remove INFOrocm_set_cpack_gen message (#85)
Browse files Browse the repository at this point in the history
INFO is not a valid mode for CMake message, so it is interpreted as a
plain string, printing "INFOrocm_set_cpack_gen didn't..." The message
is not particularly useful anyway, so it might as well be removed.
  • Loading branch information
cgmb authored Apr 6, 2022
1 parent 644af5c commit bd4e360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/rocm/cmake/ROCMCreatePackage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit bd4e360

Please sign in to comment.