diff --git a/CMakeLists.txt b/CMakeLists.txt index 69d0453..1f9e2d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)