diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-12 16:48:09 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-12 16:48:09 -0800 |
| commit | 5637b36e2ed59a0c65384804b780e323c9c451c0 (patch) | |
| tree | d53a644cea2da446b306afcf10e46287cf1d45ea | |
| parent | 06fb7443d839281fb723f95837962a7a26a90d28 (diff) | |
| download | nng-5637b36e2ed59a0c65384804b780e323c9c451c0.tar.gz nng-5637b36e2ed59a0c65384804b780e323c9c451c0.tar.bz2 nng-5637b36e2ed59a0c65384804b780e323c9c451c0.zip | |
Stop testing some stuff we don't care about.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05633e71..466ac92e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,9 +169,7 @@ else () add_definitions (-D_THREAD_SAFE) add_definitions (-D_POSIX_PTHREAD_SEMANTICS) - nng_check_lib (anl getaddrinfo_a NNG_HAVE_GETADDRINFO_A) nng_check_lib (rt clock_gettime NNG_HAVE_CLOCK_GETTIME) - nng_check_lib (rt sem_wait NNG_HAVE_SEMAPHORE_RT) nng_check_lib (pthread sem_wait NNG_HAVE_SEMAPHORE_PTHREAD) nng_check_lib (nsl gethostbyname NNG_HAVE_LIBNSL) nng_check_lib (socket socket NNG_HAVE_LIBSOCKET) |
