From 7d16f615214827d4265730d9f7bbd7fee9abcfc7 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Thu, 12 Nov 2020 14:11:39 +0100 Subject: Remove all references to url-dispatcher --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7802cfd..39bbe56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,13 +37,6 @@ pkg_check_modules(SERVICE_DEPS REQUIRED include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) -set(URL_DISPATCHER_1_REQUIRED_VERSION 1) -pkg_check_modules( - URLDISPATCHER - url-dispatcher-1>=${URL_DISPATCHER_1_REQUIRED_VERSION} -) -include_directories(${URLDISPATCHER_INCLUDE_DIRS}) - ## ## custom targets ## -- cgit v1.2.3