Replace tabs with whitespaces.
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
#
|
#
|
||||||
# Authors:
|
# Authors:
|
||||||
# Thomas Psota
|
# Thomas Psota
|
||||||
|
# Lukas Steiner
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
### DRAMSys ###
|
### DRAMSys ###
|
||||||
@@ -123,17 +124,6 @@ if(DRAMSYS_BUILD_TESTS)
|
|||||||
set_target_properties(gtest_main PROPERTIES FOLDER lib/gtest)
|
set_target_properties(gtest_main PROPERTIES FOLDER lib/gtest)
|
||||||
endif()
|
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 ###
|
### SystemC ###
|
||||||
list(APPEND CMAKE_PREFIX_PATH $ENV{SYSTEMC_HOME} /opt/systemc/)
|
list(APPEND CMAKE_PREFIX_PATH $ENV{SYSTEMC_HOME} /opt/systemc/)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
|
|||||||
Reference in New Issue
Block a user