diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-04 14:17:27 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-04 14:17:31 -0800 |
| commit | 7cdba9654117b4be1bf43925c10bae1a2a510cfa (patch) | |
| tree | 30bc63cdb316b037ce8b9d4c560c64b1f1a01e52 /src/supplemental | |
| parent | 8967823efc6f0617ad4d5666bad262a77a8f0039 (diff) | |
| download | nng-7cdba9654117b4be1bf43925c10bae1a2a510cfa.tar.gz nng-7cdba9654117b4be1bf43925c10bae1a2a510cfa.tar.bz2 nng-7cdba9654117b4be1bf43925c10bae1a2a510cfa.zip | |
api: remove the supplemental platform.h header
Diffstat (limited to 'src/supplemental')
| -rw-r--r-- | src/supplemental/util/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/supplemental/util/CMakeLists.txt b/src/supplemental/util/CMakeLists.txt index edae518e..69afd9e0 100644 --- a/src/supplemental/util/CMakeLists.txt +++ b/src/supplemental/util/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> +# Copyright 2025 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 @@ -10,7 +10,6 @@ nng_sources(idhash.c options.c) nng_headers( nng/supplemental/util/idhash.h - nng/supplemental/util/options.h - nng/supplemental/util/platform.h) + nng/supplemental/util/options.h) nng_test(idhash_test) nng_test(options_test) |
