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

@@ -30,6 +30,7 @@
#
# Authors:
# Thomas Psota
# Lukas Steiner
###############################################
### DRAMSys ###
@@ -123,17 +124,6 @@ if(DRAMSYS_BUILD_TESTS)
set_target_properties(gtest_main PROPERTIES FOLDER lib/gtest)
endif()
### sqlite-amalgamation ###
# FetchContent_Declare(
# sqlite-amalgamation
# GIT_REPOSITORY https://github.com/azadkuh/sqlite-amalgamation.git
# GIT_TAG 3.38.2)
#
# set(SQLITE_ENABLE_RTREE ON CACHE BOOL "Enable R-Tree Feature")
# FetchContent_MakeAvailable(sqlite-amalgamation)
# set_target_properties(SQLite3 PROPERTIES FOLDER lib)
# add_library(sqlite::sqlite3 ALIAS SQLite3)
### SystemC ###
list(APPEND CMAKE_PREFIX_PATH $ENV{SYSTEMC_HOME} /opt/systemc/)
FetchContent_Declare(
@@ -177,7 +167,7 @@ endif()
###############################################
if(DRAMSYS_BUILD_TESTS)
include( GoogleTest )
include( CTest )
include(GoogleTest)
include(CTest)
add_subdirectory(tests)
endif()