Fix Hexagon toolchain detection for default installer

This commit is contained in:
Lorenz Meier
2015-10-23 23:28:26 +02:00
parent 3276da9ce6
commit bf09c46c2f

View File

@@ -35,7 +35,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
include(common/px4_base)
if(NOT HEXAGON_TOOLS_ROOT)
set(HEXAGON_TOOLS_ROOT /opt/HEXAGON_Tools/7.2.10/Tools)
set(HEXAGON_TOOLS_ROOT $ENV{HOME}/Qualcomm/HEXAGON_Tools/7.2.10/Tools)
endif()
macro (list2string out in)