From 7d24465ee6c9accc89ef2ece47614686b7db628e Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 19 Apr 2024 14:54:01 -0500 Subject: [PATCH] include additional omniperf in modulefile install path Signed-off-by: Karl W Schulz --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 430d395622..62db0d4277 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,7 @@ endif() # ---------------------- set(MOD_INSTALL_PATH - "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/modulefiles" + "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/modulefiles/${PROJECT_NAME}" CACHE STRING "Install path for modulefile") message(STATUS "Modulefile install path: ${MOD_INSTALL_PATH}")