Skip to content
Snippets Groups Projects
Commit 69a6dd22 authored by jbrossar's avatar jbrossar
Browse files

[BUG] Build target with RPATH

parent c731f910
No related branches found
No related tags found
1 merge request!14Draft: Resolve "List of available OTB applications is empty"
Pipeline #9356 failed
......@@ -81,6 +81,7 @@ build-env-ubuntu:
-DCMAKE_INSTALL_PREFIX=../install
-DCMAKE_CXX_FLAGS=-Wl,--as-needed
-DBUILD_TESTING=ON
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON
../
- ninja install
- rclone copy s3_otb:wasp-data/test_Preprocessing ../Data/test_Preprocessing
......@@ -134,6 +135,7 @@ build-centos7-feat:
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
-DBUILD_TESTING=ON
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON
../
- ninja
- rclone copy s3_otb:wasp-data/test_Preprocessing ../Data/test_Preprocessing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment