Commit 35e67c30 authored by Ghislain MARY's avatar Ghislain MARY

Skip rpath when creating package.

parent 0ddf1f40
......@@ -205,7 +205,7 @@ def main(argv=None):
if args.package:
additional_args += ["-DENABLE_PACKAGING=YES"]
additional_args += ["-DCMAKE_SKIP_INSTALL_RPATH=YES"]
additional_args += ["-DCMAKE_SKIP_RPATH=YES"]
if platform.system() != 'Windows':
additional_args += ["-DENABLE_RELATIVE_PREFIX=YES"] # Already forced in all cases on Windows platform
if check_tools() != 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment