cmake : remove whitespaces

This commit is contained in:
Georgi Gerganov 2023-06-15 21:56:50 +03:00
parent c36e81da62
commit bed9275617
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -173,7 +173,6 @@ if (LLAMA_BLAS)
/usr/include/openblas /usr/include/openblas
) )
message(STATUS "BLAS found, Includes: ${BLAS_INCLUDE_DIRS}") message(STATUS "BLAS found, Includes: ${BLAS_INCLUDE_DIRS}")
add_compile_options(${BLAS_LINKER_FLAGS}) add_compile_options(${BLAS_LINKER_FLAGS})