Skip to content

Commit dc001b9

Browse files
cmake: move include(extProj) under ggml-hexagon
1 parent a8e5ad8 commit dc001b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ggml/src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include(CheckCXXCompilerFlag)
22
include("../cmake/common.cmake")
3-
include(ExternalProject)
43

54
add_compile_definitions(GGML_SCHED_MAX_COPIES=${GGML_SCHED_MAX_COPIES})
65

ggml/src/ggml-hexagon/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include(${HEXAGON_SDK_ROOT}/build/cmake/hexagon_fun.cmake)
2+
include(ExternalProject)
23

34
option(GGML_HEXAGON_HTP_DEBUG "ggml-hexagon: enable HTP debug output" OFF)
45

0 commit comments

Comments
 (0)