I'm really just throwing everything to the wall and seeing what sticks

This commit is contained in:
jadebenn 2024-04-06 17:18:41 -05:00
parent cc15a26ce8
commit 1a05b027fe

View File

@ -28,7 +28,7 @@ add_custom_command(TARGET dCommonTests POST_BUILD
COMMAND otool ARGS -D libmariadbcpp.dylib
COMMAND install_name_tool ARGS -change libmariadbcpp.dylib @rpath/libmariadbcpp.dylib dCommonTests
COMMAND otool ARGS -L dCommonTests
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
endif()
# Link needed libraries