1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

cmake: Remove unused regcomp check.

This commit is contained in:
Andreas Schneider
2011-05-25 22:09:41 +02:00
parent 07fb895fe9
commit 8b73609e47
2 changed files with 0 additions and 4 deletions

View File

@ -119,7 +119,6 @@ if (UNIX)
check_function_exists(poll HAVE_POLL)
check_function_exists(select HAVE_SELECT)
check_function_exists(cfmakeraw HAVE_CFMAKERAW)
check_function_exists(regcomp HAVE_REGCOMP)
endif (UNIX)
set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh required system libraries")