From dc34d42cef5e6a33d3474998b92d4ba05e6d8093 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Fri, 27 Sep 2024 17:04:47 -0400 Subject: [PATCH] Fix name in log --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2daef8ef..04605518 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)