Skip to content

Commit b2b0c2d

Browse files
committed
cmake : make c++17 private
ggml-ci
1 parent eaf5a1e commit b2b0c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ add_library(llama
3434

3535
target_include_directories(llama PRIVATE .)
3636
target_include_directories(llama PUBLIC ../include)
37-
target_compile_features (llama PUBLIC cxx_std_17) # don't bump
37+
target_compile_features (llama PRIVATE cxx_std_17) # don't bump
3838

3939
target_link_libraries(llama PUBLIC ggml)
4040

0 commit comments

Comments
 (0)