diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-01-06 19:22:56 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-01-06 19:36:02 -0800 |
| commit | f4908daaaad443834d9f270e7ddc5e2e23d0f7a5 (patch) | |
| tree | d98f33bda4eff47a6561f6fdebe23b9d3909e178 /src/supplemental/idhash/CMakeLists.txt | |
| parent | d7e0072a8ef453d6fd06311f6253ba869977e214 (diff) | |
| download | nng-f4908daaaad443834d9f270e7ddc5e2e23d0f7a5.tar.gz nng-f4908daaaad443834d9f270e7ddc5e2e23d0f7a5.tar.bz2 nng-f4908daaaad443834d9f270e7ddc5e2e23d0f7a5.zip | |
fix idhash not public
We accidentally made idhash not public by not publishing its header
in the right place. This is really generic utility stuff, so we
have posted it in the nng/supplemental/util/ directory.
We've also removed the ability to remove this -- its a very small amount
of additional code, as its just a wrapper on top of mandatory functionality.
Diffstat (limited to 'src/supplemental/idhash/CMakeLists.txt')
| -rw-r--r-- | src/supplemental/idhash/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/supplemental/idhash/CMakeLists.txt b/src/supplemental/idhash/CMakeLists.txt deleted file mode 100644 index 3a9bbb0b..00000000 --- a/src/supplemental/idhash/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright 2023 Staysail Systems, Inc. <info@staysail.tech> -# -# This software is supplied under the terms of the MIT License, a -# copy of which should be located in the distribution where this -# file was obtained (LICENSE.txt). A copy of the license may also be -# found online at https://opensource.org/licenses/MIT. -# - -nng_sources_if(NNG_SUPP_IDHASH idhash.c idhash.h) -nng_test_if(NNG_SUPP_IDHASH idhash_test) |
