From f798e107f82ed167bcb7cc6e7f4522d47ec77017 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Tue, 18 Apr 2023 09:29:09 -0500 Subject: [PATCH] Fix typo for Crusher modulefile customization introduced with #113 Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: db9d8f85f14775ca37af63353aabc157432106c9] --- 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 263539d383..7306a01d1e 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -149,7 +149,7 @@ if(LOCALHOST MATCHES ".*\.crusher\.olcf\.ornl\.gov") file(READ ${PROJECT_SOURCE_DIR}/cmake/modfile.crusher.mod mod_additions) file( APPEND - ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_DATAROOTDIR}/modulefiles/${PROJECT_NAME}/${OMNIPERF_FULL__VERSION}.lua + ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_DATAROOTDIR}/modulefiles/${PROJECT_NAME}/${OMNIPERF_FULL_VERSION}.lua ${mod_additions}) list(POP_BACK CMAKE_MESSAGE_INDENT) endif()