File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ set(GGML_CUDA_USE_GRAPHS ON)
86
86
function (llama_option_depr TYPE OLD NEW )
87
87
if (${OLD} )
88
88
message (${TYPE} "${OLD} is deprecated and will be removed in the future.\n Use ${NEW} instead\n " )
89
- set (${NEW} ON )
89
+ set (${NEW} ON PARENT_SCOPE )
90
90
endif ()
91
91
endfunction ()
92
92
@@ -96,7 +96,6 @@ llama_option_depr(WARNING LLAMA_KOMPUTE GGML_KOMPUTE)
96
96
llama_option_depr (WARNING LLAMA_METAL GGML_METAL )
97
97
llama_option_depr (WARNING LLAMA_METAL_EMBED_LIBRARY GGML_METAL_EMBED_LIBRARY )
98
98
llama_option_depr (WARNING LLAMA_NATIVE GGML_NATIVE )
99
- llama_option_depr (WARNING LLAMA_OPENMP GGML_OPENMP )
100
99
llama_option_depr (WARNING LLAMA_RPC GGML_RPC )
101
100
llama_option_depr (WARNING LLAMA_SYCL GGML_SYCL )
102
101
llama_option_depr (WARNING LLAMA_SYCL_F16 GGML_SYCL_F16 )
You can’t perform that action at this time.
0 commit comments