mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-16 12:28:08 +00:00
Revert "try disabling an apple-specific build rule"
This reverts commit 45ec66e976
.
This commit is contained in:
@@ -6,11 +6,11 @@ include(GoogleTest)
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin)
|
||||
|
||||
#if(APPLE)
|
||||
# set(CMAKE_INSTALL_RPATH_USE_LINK_PATH True)
|
||||
# set(CMAKE_BUILD_WITH_INSTALL_RPATH True)
|
||||
# set(CMAKE_INSTALL_RPATH "@executable_path")
|
||||
#endif()
|
||||
if(APPLE)
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH True)
|
||||
set(CMAKE_BUILD_WITH_INSTALL_RPATH True)
|
||||
set(CMAKE_INSTALL_RPATH "@executable_path")
|
||||
endif()
|
||||
|
||||
add_custom_target(conncpp_tests
|
||||
${CMAKE_COMMAND} -E copy $<TARGET_FILE:MariaDB::ConnCpp> ${CMAKE_RUNTIME_OUTPUT_DIRECTORY})
|
||||
|
Reference in New Issue
Block a user