From 701d6314d2239c3b66ebec775cbdb77da7e5d05e Mon Sep 17 00:00:00 2001 From: jwilson Date: Mon, 20 Jun 2016 17:36:01 -0700 Subject: [PATCH] Fixes build problem in the shmem code. --- src/platforms/posix/px4_layer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platforms/posix/px4_layer/CMakeLists.txt b/src/platforms/posix/px4_layer/CMakeLists.txt index 0e98f0bcb3..e18636a879 100644 --- a/src/platforms/posix/px4_layer/CMakeLists.txt +++ b/src/platforms/posix/px4_layer/CMakeLists.txt @@ -31,6 +31,7 @@ # ############################################################################ +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon") include(hexagon_sdk) include_directories(${CMAKE_BINARY_DIR}/src/firmware/posix)