Replace tabs with whitespaces.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user