aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/util/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/util/CMakeLists.txt')
-rw-r--r--src/supplemental/util/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/supplemental/util/CMakeLists.txt b/src/supplemental/util/CMakeLists.txt
index 69afd9e0..d7541363 100644
--- a/src/supplemental/util/CMakeLists.txt
+++ b/src/supplemental/util/CMakeLists.txt
@@ -7,9 +7,7 @@
# found online at https://opensource.org/licenses/MIT.
#
-nng_sources(idhash.c options.c)
+nng_sources(options.c)
nng_headers(
- nng/supplemental/util/idhash.h
nng/supplemental/util/options.h)
-nng_test(idhash_test)
nng_test(options_test)