From: Dmitry Belyavskiy Date: Thu, 7 Feb 2019 09:23:04 +0000 (+0300) Subject: rt library for clock_gettime X-Git-Tag: v3.0.0~305 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=sidebyside;h=eea06158911bb530156ff6e54ec26dcd471e977e;hp=-c;p=openssl-gost%2Fengine.git rt library for clock_gettime --- eea06158911bb530156ff6e54ec26dcd471e977e diff --git a/CMakeLists.txt b/CMakeLists.txt index cbbf312..c81c55b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ if (ASAN) endif() set(CMAKE_C_STANDARD 90) +list(APPEND CMAKE_REQUIRED_LIBRARIES rt) include (TestBigEndian) TEST_BIG_ENDIAN(IS_BIG_ENDIAN)