Skip to content

Commit

Permalink
Merge branch 'salt-fm' of github.com:ParaToolsInc/salt into salt-fm
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaimov committed Dec 5, 2024
2 parents 415d4e8 + c412ec0 commit 6d3736a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,9 @@ if(NOT DEFINED ENV{TAU_ROOT})
get_filename_component(TAU_ROOT ${TAU_EXEC} DIRECTORY) # This will be a bin directory
get_filename_component(TAU_ROOT ${TAU_ROOT} DIRECTORY) # This might be an arch directory
string(REGEX REPLACE "(/x86_64$)|(/apple$)|(/craycnl$)" "" TAU_ROOT ${TAU_ROOT})
set(TAU_ROOT $ENV{TAU_ROOT} CACHE PATH "TAU Root Directory")
endif()
else()
set(TAU_ROOT $ENV{TAU_ROOT} CACHE PATH "TAU Root Directory")
endif()

find_file(TAU_CLANG_MAKEFILE
Expand Down

0 comments on commit 6d3736a

Please sign in to comment.