1
0
Fork 0
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:
King_DuckZ 2016-05-27 20:29:32 +02:00
parent 064fc0cf1a
commit c97a08860f
3 changed files with 0 additions and 4 deletions

View file

@ -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}")