Skip to content

Commit

Permalink
Fix name in log
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaliffiAMD committed Sep 27, 2024
1 parent da0c484 commit dc34d42
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 @@ -12,7 +12,7 @@ endif()
if(NOT UNIX OR APPLE)
message(
AUTHOR_WARNING
"rocprofsys only supports Linux. Configure and/or build is likely to fail")
"rocprof-sys only supports Linux. Configure and/or build is likely to fail")
endif()

file(READ "${CMAKE_CURRENT_SOURCE_DIR}/VERSION" FULL_VERSION_STRING LIMIT_COUNT 1)
Expand Down

0 comments on commit dc34d42

Please sign in to comment.