Skip to content

Commit 1e24e72

Browse files
committed
Fixed DESTDIR install issue.
1 parent abd853c commit 1e24e72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ if ( "${CMAKE_SYSTEM_NAME}" MATCHES "Darwin" )
8383
endif ( "${CMAKE_SYSTEM_NAME}" MATCHES "Darwin" )
8484

8585
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." )
8886
set ( CMAKE_MACOSX_RPATH TRUE )
8987
else ( ENABLE_DYLIBS_USE_RPATH )
9088
set ( CMAKE_INSTALL_NAME_DIR

0 commit comments

Comments
 (0)