From e61cd8cf7ade03407e7080c632dbc645bf9a172e Mon Sep 17 00:00:00 2001 From: fduncanh Date: Fri, 1 Apr 2022 11:47:50 -0400 Subject: [PATCH] add @RPATH /Library/Frameworks for macOS GStreamer --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e15da70..d5f0776 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ endif ( ZOOMFIX ) if( UNIX AND NOT APPLE ) add_definitions( -DSUPPRESS_AVAHI_COMPAT_WARNING ) +else() + set( CMAKE_INSTALL_RPATH "/Library/Frameworks/" ) endif() add_subdirectory( lib/llhttp )