mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-21 21:06:11 +01:00
Use DYLD_LIBRARY_PATH on apple platforms.
This commit is contained in:
parent
97c48e0c34
commit
a7dc85dd49
@ -17,6 +17,8 @@ set(tests)
|
||||
|
||||
if(WIN32)
|
||||
set(dl_paths_variable_name PATH)
|
||||
elseif(APPLE)
|
||||
set(dl_paths_variable_name DYLD_LIBRARY_PATH)
|
||||
else()
|
||||
set(dl_paths_variable_name LD_LIBRARY_PATH)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user