You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,6 @@ if ( "${CMAKE_SYSTEM_NAME}" MATCHES "Darwin" )
83
83
endif ( "${CMAKE_SYSTEM_NAME}"MATCHES"Darwin" )
84
84
85
85
if ( ENABLE_DYLIBS_USE_RPATH )
86
-
message ( WARNING
87
-
"NOTICE: Currently CMake does not support installing @rpath install name dylibs using DESTDIR. If you would like to be able to install using 'DESTDIR=/install/path/root' set ENABLE_DYLIBS_USE_RPATH to FALSE." )
0 commit comments