Fix a typo and thus FTBFS from the previous commit.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/330/head
Slávek Banko 6 months ago
parent 89a5407dd2
commit 0b1121b707
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -488,7 +488,7 @@ check_function_exists( getgroups HAVE_GETGROUPS )
check_symbol_exists( posix_fadvise "fcntl.h" HAVE_FADVISE )
check_function_exists( getcwd HAVE_GETCWD )
tde_save_and_set( CMAKE_REQUIRED_LIBRARIES ${CMAKE_DL_LIBS} )
check_function_exists( dlopen HAVE_LIBDL
check_function_exists( dlopen HAVE_LIBDL )
check_function_exists( dlerror HAVE_DLERROR )
tde_restore( CMAKE_REQUIRED_LIBRARIES )
check_function_exists( crypt HAVE_CRYPT )

Loading…
Cancel
Save