mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2024-11-25 00:53:43 +00:00
Try to fix error during make install.
This commit is contained in:
parent
f28ff13492
commit
b520b2f3d4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
project(${bare_name}-backend-redis CXX)
|
||||
|
||||
set(DINDEXER_REDIS_SCRIPTS_PATH "${CMAKE_INSTALL_PREFIX}/${bare_name}/redis" CACHE STRING "Path where Lua scripts for Redis are stored")
|
||||
set(DINDEXER_REDIS_SCRIPTS_PATH "usr/share/${bare_name}/redis" CACHE STRING "Path where Lua scripts for Redis are stored")
|
||||
|
||||
find_package(Boost 1.53.0 REQUIRED COMPONENTS regex)
|
||||
|
||||
|
|
Loading…
Reference in a new issue