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:
Lorenz Meier
2016-09-27 10:33:37 +02:00
committed by Lorenz Meier
parent af8cbee6d5
commit 5b674ffe48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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