From c1864f9f8ca1551720068feefbfa5c6afd285db6 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 23 Mar 2017 07:17:23 -1000 Subject: [PATCH] Order Patches by Name --- cmake/nuttx/px4_impl_nuttx.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/nuttx/px4_impl_nuttx.cmake b/cmake/nuttx/px4_impl_nuttx.cmake index fe942f52af6..d3e2a7ddb98 100644 --- a/cmake/nuttx/px4_impl_nuttx.cmake +++ b/cmake/nuttx/px4_impl_nuttx.cmake @@ -252,6 +252,7 @@ function(px4_nuttx_add_export) # all patches file(GLOB nuttx_patches ${PX4_SOURCE_DIR}/nuttx-patches/*.patch) + list(SORT nuttx_patches) # copy file(GLOB_RECURSE nuttx_all_files ${PX4_SOURCE_DIR}/NuttX/*)