Skip to content
Snippets Groups Projects
Commit bf09c46c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix Hexagon toolchain detection for default installer

parent 3276da9c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment