Skip to content
Snippets Groups Projects
Commit ddb4b27f authored by TSC21's avatar TSC21 Committed by Nuno Marques
Browse files

set CPACK_DEBIAN_PACKAGE_SHLIBDEPS to OFF

parent b9b301c3
No related branches found
No related tags found
No related merge requests found
......@@ -521,7 +521,7 @@ add_custom_target(all_metadata
set(CPACK_PACKAGE_NAME ${PROJECT_NAME}-${CONFIG})
set(CPACK_PACKAGE_VERSION ${PX4_GIT_TAG})
set(CPACK_PACKAGE_CONTACT ${package-contact})
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS OFF)
set(CPACK_DEBIAN_PACKAGE_SECTION "devel")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "The PX4 Pro autopilot.")
......
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