build: Add FreeBSD as a supported platform for cmake 48/40248/3
authorTom Jones <thj@freebsd.org>
Wed, 24 Jan 2024 10:50:14 +0000 (10:50 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Sun, 18 Feb 2024 15:59:11 +0000 (15:59 +0000)
commit2cbbbb6d158e4463e64d638f92368d0076840438
tree98944bd8c121fffd2b5686b7f7a1f3ed5b767936
parent61b4efc4dae3f60265ed2b6d8bdcad84b1c4e1cb
build: Add FreeBSD as a supported platform for cmake

Allow FreeBSD as a platform in the main CMakeLists file. This requires a
correct target for the compiler and an explicit name in the system
check.

The included subdirs require further changes to build, but the compiler
needs to find them before it can complain.

Type: improvement
Change-Id: Ic56fe68290519ef5d3ed61082e7fb0ba0528a3fc
Signed-off-by: Tom Jones <thj@freebsd.org>
src/CMakeLists.txt