Skip to content

Commit

Permalink
debug rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Sep 10, 2023
1 parent 050ffc4 commit 8441afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/solver/CMakeLists.txt
Expand Up @@ -101,9 +101,9 @@ file(COPY ${CMAKE_CURRENT_BINARY_DIR}/toolkit_export.h

# add library directory to rpath incase omp bundled
if(APPLE)
set(LIB_ROOT, "@loader_path")
set(LIB_ROOT "@loader_path")
else()
set(LIB_ROOT, "$ORIGIN")
set(LIB_ROOT "$ORIGIN")
endif()

set_target_properties(swmm5
Expand Down

0 comments on commit 8441afe

Please sign in to comment.