diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-09 19:37:42 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-09 19:37:42 -0800 |
| commit | f2ff3d8541740a1f7625f7d42ff709285185c711 (patch) | |
| tree | 4f4c8208006c50e8feb16cb07a3d6c8f282f8a32 /tests/CMakeLists.txt | |
| parent | f7dab3e92515e3254560e696b91f7d0eb526f0f6 (diff) | |
| download | nng-1.1.0.tar.gz nng-1.1.0.tar.bz2 nng-1.1.0.zip | |
fixes #784 convey uses langinfo not available on QNXv1.1.0
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1c33272e..89df9610 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -44,6 +44,7 @@ endif() if (NNG_TESTS) + nng_check_sym(nl_langinfo langinfo.h NNG_HAVE_LANGINFO) if (NOT NNG_SANITIZER STREQUAL "none") set(TIMEOUT_FACTOR 2) else() |
