CMakeLists.txt: fix copy-pasted variable name
This commit is contained in:
parent
9f5845fc51
commit
af5929a383
|
@ -58,9 +58,9 @@ elseif (WANT_READLINE)
|
|||
# OpenBSD's default readline is too old
|
||||
if ("${CMAKE_SYSTEM_NAME}" MATCHES "OpenBSD")
|
||||
include_directories (${OPENBSD_LOCALBASE}/include/ereadline)
|
||||
list (APPEND degesch_libraries ereadline)
|
||||
list (APPEND project_libraries ereadline)
|
||||
else ()
|
||||
list (APPEND degesch_libraries readline)
|
||||
list (APPEND project_libraries readline)
|
||||
endif ()
|
||||
elseif (WANT_LIBEDIT)
|
||||
pkg_check_modules (libedit REQUIRED libedit)
|
||||
|
|
Loading…
Reference in New Issue