Skip to content

Commit 220b122

Browse files
authored
Fix HexagonSDK.cmake (#9914)
1 parent 46da676 commit 220b122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/HexagonSDK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function(find_hexagon_sdk_root HEXAGON_SDK_PATH HEXAGON_ARCH)
3131

3232
# Initial verification of the Hexagon SDK.
3333
message(STATUS "Checking Hexagon SDK root: ${HEXAGON_SDK_PATH}")
34-
tvm_file_glob(GLOB_RECURSE VERSION_HEADERS "${HEXAGON_SDK_PATH}/*/version.h")
34+
file(GLOB_RECURSE VERSION_HEADERS "${HEXAGON_SDK_PATH}/*/version.h")
3535
if(VERSION_HEADERS)
3636
foreach(HEADER IN LISTS VERSION_HEADERS)
3737
if(HEADER MATCHES "incs/version.h$")

0 commit comments

Comments
 (0)