mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
For some reason the incredis test was still enabled on this machine.
This commit is contained in:
parent
f6da79a49d
commit
f3868e5b3f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ project(kamokan_top LANGUAGES NONE)
|
|||
|
||||
include(CTest)
|
||||
|
||||
set(INCREDIS_FORCE_DISABLE_TESTS ON)
|
||||
set(INCREDIS_FORCE_DISABLE_TESTS ON CACHE BOOL "Disable destructive and slow incredis tests" FORCE)
|
||||
set(TAWASHI_SOURCE_ROOT "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
configure_file(
|
||||
|
|
Loading…
Reference in a new issue