Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-29 20:02:03 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-29 20:02:03 +0300
commit2a00cd0aca336fde163b30cc54ee82d5413d85ba (patch)
tree15d3a1bd173e074160f8b8c859c082522b42bae4 /CMakeLists.txt
parent04a061e6e7ba26561b95d9db2456d2266b644b9f (diff)
Adding sodium and initial encryption functions
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4391412d7..c3fb32e4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -318,6 +318,7 @@ endif()
find_suggested_package(GCRYPT)
find_suggested_package(AVAHI)
find_package(OpenSSL)
+find_package(sodium REQUIRED)
if(WITH_TRACE_CALLS)
message(STATUS "Enabling trace calls.")