Skip to content

Commit

Permalink
Add missing endif() that was causing CMake error
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaimov committed Dec 5, 2024
1 parent a45d715 commit 04c2251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ if(NOT DEFINED ENV{TAU_ROOT})
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()
endif()

find_file(TAU_CLANG_MAKEFILE
Expand Down

0 comments on commit 04c2251

Please sign in to comment.