From 8441afe00a2af42213ce1ab73b54e0a0dfc56c7d Mon Sep 17 00:00:00 2001 From: ckaros Date: Sat, 9 Sep 2023 23:18:45 -0400 Subject: [PATCH] debug rpath --- src/solver/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/solver/CMakeLists.txt b/src/solver/CMakeLists.txt index 453c6c63..7791e1ea 100644 --- a/src/solver/CMakeLists.txt +++ b/src/solver/CMakeLists.txt @@ -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