From a3fa0abaaa40a6e5b6cb0362ed1bde435af3776f Mon Sep 17 00:00:00 2001 From: Aniket Date: Wed, 9 Aug 2023 09:16:30 -0400 Subject: [PATCH] for got to add newline --- examples/convert-llama2c-to-ggml/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/convert-llama2c-to-ggml/CMakeLists.txt b/examples/convert-llama2c-to-ggml/CMakeLists.txt index cfd9eb875..e262d44f9 100644 --- a/examples/convert-llama2c-to-ggml/CMakeLists.txt +++ b/examples/convert-llama2c-to-ggml/CMakeLists.txt @@ -2,4 +2,4 @@ set(TARGET convert-llama2c-to-ggml) add_executable(${TARGET} convert-llama2c-to-ggml.cpp) install(TARGETS ${TARGET} RUNTIME) target_link_libraries(${TARGET} PRIVATE common llama ${CMAKE_THREAD_LIBS_INIT}) -target_compile_features(${TARGET} PRIVATE cxx_std_11) \ No newline at end of file +target_compile_features(${TARGET} PRIVATE cxx_std_11)