Update all dependencies

Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/1927
Change-Id: Ibf6af062043f47b40bcb66cd49cd971e96e2b8cc
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bdb166..8d4ee5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@
 
 find_package(docopt REQUIRED)
 find_package(Boost REQUIRED)
-find_library(REPLXX_LIBRARY replxx REQUIRED)
+find_library(REPLXX_LIBRARY NAMES replxx replxx-d REQUIRED)
 find_path(REPLXX_PATH replxx.hxx)
 if("${REPLXX_PATH}" STREQUAL REPLXX_PATH-NOTFOUND)
     message(FATAL_ERROR "Cannot find the \"replxx.hxx\" include file for the replxx library.")