From 7cbe5717ce9c410fac0ff6c66842c078550c7fd9 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 2 Mar 2020 19:30:50 +0100 Subject: [PATCH] Fixed missing library for old clib versions --- license/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/license/CMakeLists.txt b/license/CMakeLists.txt index bdaa693..05851d7 100644 --- a/license/CMakeLists.txt +++ b/license/CMakeLists.txt @@ -68,6 +68,7 @@ target_link_libraries(TeaLicenseServer pthread dl z + rt ) #The test license client