diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-02-03 10:47:19 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-02-03 10:53:04 +0100 |
commit | a0a8973de115d91f5318ec0bf3b5856e0aeda20f (patch) | |
tree | 89f1c48d1966a1de86063c53d8ae677b872f607b /CMakeLists.txt | |
parent | 8d6ed865df14b732a9be38b37322c3e82416849b (diff) | |
download | ayatana-indicator-bluetooth-a0a8973de115d91f5318ec0bf3b5856e0aeda20f.tar.gz ayatana-indicator-bluetooth-a0a8973de115d91f5318ec0bf3b5856e0aeda20f.tar.bz2 ayatana-indicator-bluetooth-a0a8973de115d91f5318ec0bf3b5856e0aeda20f.zip |
Finalize incomplete switch to Lomiri URL Dispatcher.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5f66c1..68b6078 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ pkg_check_modules( include_directories(${BLUETOOTHSERVICE_INCLUDE_DIRS}) -set(URL_DISPATCHER_REQUIRED_VERSION 0.1) +set(URL_DISPATCHER_REQUIRED_VERSION 0) pkg_check_modules( URLDISPATCHER |