cmake : fix trailing whitespace

This commit is contained in:
Georgi Gerganov 2023-12-29 16:16:57 +02:00 committed by GitHub
parent 3616ed585b
commit 2129e3ef05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ find_package(Llama 0.0.1 REQUIRED)
# source tree, main-cmake-pkg pretends the dependencies are built-in.
set(_common_path "${CMAKE_CURRENT_LIST_DIR}/../../common")
add_library(common OBJECT)
file(GLOB _common_files
file(GLOB _common_files
"${_common_path}/*.h"
"${_common_path}/*.cpp"
)