mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 13:02:25 +08:00
Update DF to include Travis CI fix for DF
DF Update: Use common CMake version so Darwin handling is correct in PX4 Update DF to use proper constants Update DF
This commit is contained in:
committed by
Lorenz Meier
parent
af8cbee6d5
commit
5b674ffe48
@@ -202,7 +202,7 @@ if(UNIX AND APPLE)
|
||||
|
||||
EXEC_PROGRAM(uname ARGS -v OUTPUT_VARIABLE DARWIN_VERSION)
|
||||
STRING(REGEX MATCH "[0-9]+" DARWIN_VERSION ${DARWIN_VERSION})
|
||||
message(STATUS "DARWIN_VERSION: ${DARWIN_VERSION}")
|
||||
# message(STATUS "PX4 Darwin Version: ${DARWIN_VERSION}")
|
||||
if (DARWIN_VERSION LESS 16)
|
||||
list(APPEND added_definitions
|
||||
-DCLOCK_MONOTONIC=1
|
||||
|
||||
+1
-1
Submodule src/lib/DriverFramework updated: 411a450a4b...1ab25ab2db
Reference in New Issue
Block a user