From 85e25451af91c16131fb542dc1bef655c4ec1b43 Mon Sep 17 00:00:00 2001 From: Josh Channings Date: Fri, 24 Nov 2023 12:52:50 +0000 Subject: ADSP: Add /opt/analog/cces to _find_adsp_root()'s search space This is the default install location on Linux. --- Modules/Platform/ADSP-Determine.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/Platform/ADSP-Determine.cmake b/Modules/Platform/ADSP-Determine.cmake index 6ccf1ea..d5a34c5 100644 --- a/Modules/Platform/ADSP-Determine.cmake +++ b/Modules/Platform/ADSP-Determine.cmake @@ -21,6 +21,9 @@ endif() if(NOT CMAKE_ADSP_ROOT) _find_adsp_root("C:/Program Files (x86)/Analog Devices/VisualDSP *") endif() +if(NOT CMAKE_ADSP_ROOT) + _find_adsp_root("/opt/analog/cces *") +endif() if(NOT IS_DIRECTORY "${CMAKE_ADSP_ROOT}") message(FATAL_ERROR "ADSP: could not find CCES/VDSP++ install directory ${CMAKE_ADSP_ROOT}") endif() -- cgit v0.12