mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
ENH: try to get crazy dec cxx to work again... one more time
This commit is contained in:
Vendored
+1
-1
@@ -2813,7 +2813,7 @@ fi
|
||||
if test $ac_cv_prog_gxx = yes; then
|
||||
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
|
||||
else
|
||||
CMAKE_SHLIB_RUNTIME_FLAG="-rpath,"
|
||||
CMAKE_SHLIB_RUNTIME_FLAG="-rpath "
|
||||
fi
|
||||
CMAKE_SHLIB_RUNTIME_SEP=":"
|
||||
;;
|
||||
|
||||
@@ -361,7 +361,7 @@ case $system in
|
||||
if test $ac_cv_prog_gxx = yes; then
|
||||
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
|
||||
else
|
||||
CMAKE_SHLIB_RUNTIME_FLAG="-rpath,"
|
||||
CMAKE_SHLIB_RUNTIME_FLAG="-rpath "
|
||||
fi
|
||||
CMAKE_SHLIB_RUNTIME_SEP=":"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user