Skip to content

Commit 97a249b

Browse files
author
zhouwg
committed
ggml-hexagon: fix all compiler warnings in ggml-hexagon.cpp
1 parent c1bd545 commit 97a249b

File tree

5 files changed

+266
-290
lines changed

5 files changed

+266
-290
lines changed

ggml/src/ggml-hexagon/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ project(ggml-hexagon)
22
message(STATUS "Using HEXAGON backend")
33
message("CMAKE_SYSTEM_NAME : ${CMAKE_SYSTEM_NAME}")
44

5+
set(CMAKE_CXX_STANDARD 20)
6+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
7+
58
if(NOT DEFINED QNN_SDK_PATH)
69
message(FATAL_ERROR "QNN_SDK_PATH not defined")
710
endif()

0 commit comments

Comments
 (0)