From 3004f1ed9a3979176ec3b055c627eba88c2004f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 20 Mar 2020 22:53:22 +0100 Subject: Implement UUID handling to avoid libuuid dependency --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ccb2527..c7685ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,5 @@ find_package(Threads REQUIRED) find_package(ZLIB REQUIRED) find_package(OpenSSL REQUIRED) find_library(B2_LIBRARY b2 REQUIRED) -find_library(UUID_LIBRARY uuid REQUIRED) add_subdirectory(src) -- cgit v1.2.3