File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ set_target_properties(llama
2424 INTERFACE_LINK_LIBRARIES "ggml::ggml;ggml::ggml-base;"
2525 IMPORTED_LINK_INTERFACE_LANGUAGES "CXX"
2626 IMPORTED_LOCATION "${llama_LIBRARY} "
27- INTERFACE_COMPILE_FEATURES cxx_std_17
27+ INTERFACE_COMPILE_FEATURES c_std_90
2828 POSITION_INDEPENDENT_CODE ON )
2929
3030check_required_components(Llama)
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ foreach(_ggml_backend ${GGML_AVAILABLE_BACKENDS})
107107 INTERFACE_INCLUDE_DIRECTORIES "${GGML_INCLUDE_DIR} "
108108 IMPORTED_LINK_INTERFACE_LANGUAGES "CXX"
109109 IMPORTED_LOCATION "${${_ggml_backend_pfx} _LIBRARY}"
110- INTERFACE_COMPILE_FEATURES cxx_std_17
110+ INTERFACE_COMPILE_FEATURES c_std_90
111111 POSITION_INDEPENDENT_CODE ON )
112112
113113 string (REGEX MATCH "^ggml-cpu" is_cpu_variant "${_ggml_backend} " )
You can’t perform that action at this time.
0 commit comments