We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf5a1e commit b2b0c2dCopy full SHA for b2b0c2d
src/CMakeLists.txt
@@ -34,7 +34,7 @@ add_library(llama
34
35
target_include_directories(llama PRIVATE .)
36
target_include_directories(llama PUBLIC ../include)
37
-target_compile_features (llama PUBLIC cxx_std_17) # don't bump
+target_compile_features (llama PRIVATE cxx_std_17) # don't bump
38
39
target_link_libraries(llama PUBLIC ggml)
40
0 commit comments