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