mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +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)
|
if(WIN32)
|
||||||
set(dl_paths_variable_name PATH)
|
set(dl_paths_variable_name PATH)
|
||||||
|
elseif(APPLE)
|
||||||
|
set(dl_paths_variable_name DYLD_LIBRARY_PATH)
|
||||||
else()
|
else()
|
||||||
set(dl_paths_variable_name LD_LIBRARY_PATH)
|
set(dl_paths_variable_name LD_LIBRARY_PATH)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user