We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46da676 commit 220b122Copy full SHA for 220b122
cmake/modules/HexagonSDK.cmake
@@ -31,7 +31,7 @@ function(find_hexagon_sdk_root HEXAGON_SDK_PATH HEXAGON_ARCH)
31
32
# Initial verification of the Hexagon SDK.
33
message(STATUS "Checking Hexagon SDK root: ${HEXAGON_SDK_PATH}")
34
- tvm_file_glob(GLOB_RECURSE VERSION_HEADERS "${HEXAGON_SDK_PATH}/*/version.h")
+ file(GLOB_RECURSE VERSION_HEADERS "${HEXAGON_SDK_PATH}/*/version.h")
35
if(VERSION_HEADERS)
36
foreach(HEADER IN LISTS VERSION_HEADERS)
37
if(HEADER MATCHES "incs/version.h$")
0 commit comments