From: Georgi Gerganov Date: Thu, 15 Jun 2023 18:56:50 +0000 (+0300) Subject: cmake : remove whitespaces X-Git-Tag: gguf-v0.4.0~626 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bed92756172d4514b23aaf9744cf8e2dc892fc7b;p=pkg%2Fggml%2Fsources%2Fllama.cpp cmake : remove whitespaces --- diff --git a/CMakeLists.txt b/CMakeLists.txt index de01e55e..ea9f80b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,7 +173,6 @@ if (LLAMA_BLAS) /usr/include/openblas ) - message(STATUS "BLAS found, Includes: ${BLAS_INCLUDE_DIRS}") add_compile_options(${BLAS_LINKER_FLAGS})