From fbd70ceaac5ebbddfa21a580c61165bf5b861303 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Mon, 13 Apr 2020 18:16:52 +0200 Subject: Bump libsignal-protocol-c version to 2.3.3 --- plugins/signal-protocol/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/signal-protocol/CMakeLists.txt') diff --git a/plugins/signal-protocol/CMakeLists.txt b/plugins/signal-protocol/CMakeLists.txt index 0ae84111..400de03c 100644 --- a/plugins/signal-protocol/CMakeLists.txt +++ b/plugins/signal-protocol/CMakeLists.txt @@ -32,7 +32,7 @@ if(NOT BUILD_LIBSIGNAL_IN_TREE) # libsignal-protocol-c has a history of breaking compatibility on the patch level # we'll have to check compatibility for every new release # distro maintainers may update this dependency after compatibility tests - find_package(SignalProtocol 2.3.2 EXACT REQUIRED) + find_package(SignalProtocol 2.3.2 REQUIRED) else() add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL) set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON) -- cgit v1.2.3-54-g00ecf