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

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mlcoch <xtojaj@gmail.com>2013-06-01 15:11:59 +0400
committerTomas Mlcoch <xtojaj@gmail.com>2013-06-01 15:11:59 +0400
commita30f19cffc71e9fe3ea0600f77e0e07001df46be (patch)
tree405bccb8b3bb800e1d3d45bbafc1857ce4da0db8 /CMakeLists.txt
parenta07ab35d068a3624a3d325d1eea54d6079b0b3af (diff)
checksum: New module + test + all checksum related operations switched to the new module.
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 007e2ff..1d5465e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,7 @@ find_package(GTHREAD2 REQUIRED)
find_package(Libmagic REQUIRED)
find_package(LibXml2 REQUIRED)
find_package(LZMA REQUIRED)
+find_package(OpenSSL REQUIRED)
find_package(Sqlite3 REQUIRED)
find_package(ZLIB REQUIRED)