summaryrefslogtreecommitdiff
path: root/media-libs/portmidi/files/portmidi-2.0.4-cmake.patch
blob: ff0257ec64e5986079a1a10449d5a507460e16f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/pm_test/CMakeLists.txt
+++ b/pm_test/CMakeLists.txt
@@ -6,6 +6,8 @@ if(APPLE)
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
 endif(APPLE)
 
+set(CMAKE_SKIP_BUILD_RPATH TRUE)
+
 # if(WIN32)
 #   if(NOT BUILD_SHARED_LIBS)
     # /MDd is multithread debug DLL, /MTd is multithread debug