X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=c81c55b8a86fa27bd0680950aaa4612ae8a9acb1;hb=eea06158911bb530156ff6e54ec26dcd471e977e;hp=cbbf312d49e5e487c99725a7b324ed37ca0d0e34;hpb=6161deb92a6f47e192354c0e3c86afe69bfef6e7;p=openssl-gost%2Fengine.git 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)