|
@@ -361,7 +361,7 @@ case $system in
|
|
|
if test $ac_cv_prog_gxx = yes; then
|
|
if test $ac_cv_prog_gxx = yes; then
|
|
|
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
|
|
CMAKE_SHLIB_RUNTIME_FLAG="-Wl,-rpath,"
|
|
|
else
|
|
else
|
|
|
- CMAKE_SHLIB_RUNTIME_FLAG="-rpath,"
|
|
|
|
|
|
|
+ CMAKE_SHLIB_RUNTIME_FLAG="-rpath "
|
|
|
fi
|
|
fi
|
|
|
CMAKE_SHLIB_RUNTIME_SEP=":"
|
|
CMAKE_SHLIB_RUNTIME_SEP=":"
|
|
|
;;
|
|
;;
|