Skip to content
This repository was archived by the owner on Nov 10, 2024. It is now read-only.

Commit ccaeb0a

Browse files
committed
dev
1 parent c0180d9 commit ccaeb0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ elseif(APPLE AND NOT IOS)
314314
set(AAX_DEST "../Library/Application Support/Avid/Audio/Plug-Ins")
315315

316316
# set_target_properties(${PROJECT_NAME}_Standalone PROPERTIES INSTALL_RPATH ${PROJECT_SOURCE_DIR}/external/ndi5-sdk/lib)
317-
# set(CMAKE_MACOSX_RPATH "/Library/Application Support/${PRODUCT_NAME}/")
317+
set(CMAKE_MACOSX_RPATH 1)
318+
set(CMAKE_INSTALL_NAME_DIR "/Library/Application Support/${PRODUCT_NAME}/")
318319
set_target_properties(${PROJECT_NAME}_Standalone PROPERTIES BUNDLE TRUE)
319320

320321
install(TARGETS ${PROJECT_NAME}_Standalone RUNTIME DESTINATION . BUNDLE DESTINATION . COMPONENT Standalone)

0 commit comments

Comments
 (0)