build_style/cmake: remove CMAKE_SKIP_RPATH; let the sw handle it.
This commit is contained in:
parent
aa3acec7fb
commit
f9b70f9e4e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
|||
_EOF
|
||||
configure_args+=" -DCMAKE_TOOLCHAIN_FILE=cross_${XBPS_CROSS_TRIPLET}.cmake"
|
||||
fi
|
||||
configure_args+=" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON"
|
||||
configure_args+=" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release"
|
||||
|
||||
cmake ${configure_args} ..
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue