Skip to content

Commit

Permalink
Update CMakeLists.txt to add DYLD_PATH to Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
hhijazi committed Jan 16, 2024
1 parent eddd6c2 commit 16d6889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ if(UNIX)
set(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -pthread")
endif()


set(CMAKE_XCODE_ATTRIBUTE_LD_RUNPATH_SEARCH_PATHS "$ENV{DYLD_LIBRARY_PATH}")
add_subdirectory(src)
add_subdirectory(examples)
# add_subdirectory(solvers)
Expand Down

0 comments on commit 16d6889

Please sign in to comment.