mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
deactivate catkin build of dynamic libs
This commit is contained in:
parent
d3c37e0206
commit
324a5c1477
@ -186,6 +186,11 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PX4_BINARY_DIR})
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG ${PX4_BINARY_DIR})
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE ${PX4_BINARY_DIR})
|
||||
|
||||
# For the catkin build process, unset build of dynamically-linked binaries
|
||||
if (CATKIN_DEVEL_PREFIX)
|
||||
SET(BUILD_SHARED_LIBS OFF)
|
||||
endif()
|
||||
|
||||
#=============================================================================
|
||||
|
||||
# Setup install paths
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user