mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-08 13:49:47 +00:00
Get rid of the DB_BACKEND build setting.
This commit is contained in:
parent
064fc0cf1a
commit
c97a08860f
3 changed files with 0 additions and 4 deletions
|
@ -33,7 +33,6 @@ if(DINDEXER_NATIVE_RELEASE)
|
|||
else()
|
||||
set(march_flag "")
|
||||
endif()
|
||||
set(DINDEXER_DB_BACKEND "PostgreSQL")
|
||||
set(DINDEXER_COPYRIGHT_YEARS "2015,2016")
|
||||
set(DINDEXER_ACTIONS_PATH "${CMAKE_CURRENT_BINARY_DIR}/src" CACHE STRING "Actions search path")
|
||||
string(REGEX MATCH "[^/].*" ACTIONS_PATH_INSTALL "${DINDEXER_ACTIONS_PATH}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue