From 3258c69b608f9689972a16c1585b7b5b07bc3916 Mon Sep 17 00:00:00 2001 From: cfallows-amd Date: Mon, 11 Aug 2025 16:40:09 -0400 Subject: [PATCH] Fix cmake formatting (#222) Fix formatting of CMakeLists.txt for cmake-format check Signed-off-by: Carrie Fallows --- projects/rocprofiler-compute/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 39f0fa52a2..2ac590ae07 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -48,7 +48,7 @@ execute_process( OUTPUT_STRIP_TRAILING_WHITESPACE) message(STATUS "Git revision: ${ROCPROFCOMPUTE_GIT_REV}") configure_file(${PROJECT_SOURCE_DIR}/cmake/VERSION.sha.in - ${PROJECT_SOURCE_DIR}/VERSION.sha @ONLY) + ${PROJECT_SOURCE_DIR}/VERSION.sha @ONLY) set(CMAKE_BUILD_TYPE "Release") if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)