summaryrefslogtreecommitdiff
path: root/cmake/MAX25Ax25.cmake
blob: 53193f61f5f95953dff9b5cdb3de84dae96cc490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# MAX25Ax25.cmake — native AX.25 codec only (no upstream bundle).
#
# libax25 / ax25-tools / ax25-apps tarballs under third_party/ax25/ are study
# reference material. max25d ships stacks/daemon/ax25_codec.py + kiss_bridge.py.
# Optional host tools (listen, call, kissattach): install distro ax25-apps /
# ax25-tools or run scripts/build-ax25-deps.sh manually (deprecated for MAX25).

option(MAX25_BUNDLE_AX25
       "DEPRECATED: build libax25/ax25-tools/ax25-apps from third_party/ax25 tarballs"
       OFF)

if(MAX25_BUNDLE_AX25)
    message(WARNING
        "MAX25_BUNDLE_AX25=ON is deprecated. "
        "Use distro ax25-apps/ax25-tools or scripts/build-ax25-deps.sh manually. "
        "max25d uses native ax25_codec.py — no libax25 link required.")
endif()

message(STATUS "AX.25: native ax25_codec.py (third_party/ax25 study reference only)")
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com