Replace tabs with whitespaces.

This commit is contained in:
Lukas Steiner
2023-05-25 16:09:55 +02:00
parent b3955d6d02
commit 20f6aae787
18 changed files with 98 additions and 108 deletions

View File

@@ -7,7 +7,7 @@ project(sqlite3 VERSION 3.40.1)
FetchContent_Declare(sqlite3 URL "https://www.sqlite.org/2022/sqlite-amalgamation-3400100.zip")
if (NOT sqlite3_POPULATED)
FetchContent_Populate(sqlite3)
FetchContent_Populate(sqlite3)
endif()
add_library(${PROJECT_NAME})