Fix a typo and thus FTBFS from the previous commit.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0b1121b707)
pull/350/head
Slávek Banko 6 months ago
parent e408a16377
commit dda508cd5a
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