mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-13 08:41:55 +00:00
fix: set given invalid arguments for CACHE mode: missing type or docstring
This commit is contained in:
committed by
Evgeniy Dushistov
parent
8f77ede167
commit
24c08365c4
@@ -27,7 +27,7 @@ if (WITH_READLINE)
|
||||
find_path(READLINE_INCLUDE_DIR readline/readline.h)
|
||||
find_library(READLINE_LIBRARY NAMES readline)
|
||||
if (NOT (READLINE_INCLUDE_DIR AND READLINE_LIBRARY))
|
||||
set(WITH_READLINE False CACHE FORCE)
|
||||
set(WITH_READLINE False CACHE BOOL "Use readline library" FORCE)
|
||||
endif ()
|
||||
endif (WITH_READLINE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user