diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 15:03:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 15:03:30 (GMT) |
commit | e10e983f51c813ff4f719f7feded9308de0f3344 (patch) | |
tree | 616389f32fab0ebe26af8b437de60ec561857db3 /Source/CTest/Curl/CMakeLists.txt | |
parent | 7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2 (diff) | |
download | CMake-e10e983f51c813ff4f719f7feded9308de0f3344.zip CMake-e10e983f51c813ff4f719f7feded9308de0f3344.tar.gz CMake-e10e983f51c813ff4f719f7feded9308de0f3344.tar.bz2 |
Cleanups
Diffstat (limited to 'Source/CTest/Curl/CMakeLists.txt')
-rw-r--r-- | Source/CTest/Curl/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CTest/Curl/CMakeLists.txt b/Source/CTest/Curl/CMakeLists.txt index 808c33d..f111dc2 100644 --- a/Source/CTest/Curl/CMakeLists.txt +++ b/Source/CTest/Curl/CMakeLists.txt @@ -195,8 +195,6 @@ ENDIF(NOT HAVE_SIZEOF_SSIZE_T) FIND_FILE(RANDOM_FILE urandom /dev) -CHECK_FUNCTION_EXISTS(_doprnt HAVE_DOPRNT) -CHECK_FUNCTION_EXISTS(vprintf HAVE_VPRINTF) CHECK_FUNCTION_EXISTS(socket HAVE_SOCKET) CHECK_FUNCTION_EXISTS(poll HAVE_POLL) CHECK_FUNCTION_EXISTS(select HAVE_SELECT) |