mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 19:54:48 +02:00
Use DYLD_LIBRARY_PATH on apple platforms.
This commit is contained in:
committed by
Martin Hořeňovský
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()
|
||||
|
Reference in New Issue
Block a user