Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit02e9b58

Browse files
author
Clement Champetier
committed
CMake: remove absolute RPATH in avtranscoder python/java libraries
1 parent2f21294 commit02e9b58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ if(SWIG_FOUND)
107107
set_target_properties(${SWIG_MODULE_avtranscoder-py_REAL_NAME}PROPERTIESVERSION${AVTRANSCODER_VERSION})
108108
endif()
109109
# Force the library to look in the project lib folder relatively
110-
set_target_properties(${SWIG_MODULE_avtranscoder-py_REAL_NAME}PROPERTIESINSTALL_RPATH_USE_LINK_PATH1)
111110
if(APPLE)
112111
set_target_properties(${SWIG_MODULE_avtranscoder-py_REAL_NAME}PROPERTIESINSTALL_RPATH"@loader_path/../../..")
113112
else()
@@ -161,7 +160,6 @@ if(SWIG_FOUND)
161160
set_target_properties(${SWIG_MODULE_avtranscoder-java_REAL_NAME}PROPERTIESVERSION${AVTRANSCODER_VERSION})
162161
endif()
163162
# Force the library to look in the project lib folder relatively
164-
set_target_properties(${SWIG_MODULE_avtranscoder-java_REAL_NAME}PROPERTIESINSTALL_RPATH_USE_LINK_PATH1)
165163
if(APPLE)
166164
set_target_properties(${SWIG_MODULE_avtranscoder-java_REAL_NAME}PROPERTIESINSTALL_RPATH"@loader_path/..")
167165
else()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp