From 4795ee851da3efc7dd4aef0ab24aa16e89c639d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 30 Oct 2021 01:56:18 +0200 Subject: FindLibEV.cmake: synchronise --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f9e2d2..bfc7ed4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,9 +26,9 @@ find_package (LibEV REQUIRED) pkg_check_modules (ncursesw ncursesw) set (project_libraries ${dependencies_LIBRARIES} - ${libssl_LIBRARIES} ${LIBEV_LIBRARIES}) + ${libssl_LIBRARIES} ${LibEV_LIBRARIES}) include_directories (${dependencies_INCLUDE_DIRS} - ${libssl_INCLUDE_DIRS} ${LIBEV_INCLUDE_DIRS}) + ${libssl_INCLUDE_DIRS} ${LibEV_INCLUDE_DIRS}) # -liconv may or may not be a part of libc find_library (iconv_LIBRARIES iconv) -- cgit v1.2.3