aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-22 21:22:20 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-22 21:22:20 -0700
commit4de579a2617bfa1ee501a1669f3c351511135b2f (patch)
treec15c13b110b6c2fd1702ae6e0b2a23acefb9e15c /src/CMakeLists.txt
parentbeca672e36109bf8f49c260257882fc3e9cea034 (diff)
downloadnng-4de579a2617bfa1ee501a1669f3c351511135b2f.tar.gz
nng-4de579a2617bfa1ee501a1669f3c351511135b2f.tar.bz2
nng-4de579a2617bfa1ee501a1669f3c351511135b2f.zip
Remove the libnanomsg compatibility layer
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ab33292d..f1dff72b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -21,10 +21,6 @@ add_subdirectory(supplemental)
add_subdirectory(tools)
add_subdirectory(testing)
-if (NNG_ENABLE_COMPAT)
- add_subdirectory(compat)
-endif()
-
# When building shared libraries we prefer to suppress default symbol
# visibility, so that only the symbols that should be exposed in the
# resulting library are. This is the default with Windows.