Meta: Only build linktest if BUILD_LINKTEST is on.
commit0e9222fc36d99bcdd87d2d5096977139b303dc5e
authorAriston Lorenzo <me@ariston.dev>
Thu, 25 May 2023 18:31:35 +0000 (25 14:31 -0400)
committerAriston Lorenzo <me@ariston.dev>
Thu, 25 May 2023 18:31:35 +0000 (25 14:31 -0400)
tree4a080389d8182bfe5315ed44ad503d9e5c75152e
parent2138d6e084cf7ce8015884ab4bacb03d71aad6f2
Meta: Only build linktest if BUILD_LINKTEST is on.

We had issues building 'linktest' in certain situations and installing
Link required that 'linktest' be built before hitting the install
target.

'linktest' can now only be built if CMake is configured with:

$ cmake -DBUILD_LINKTEST=on ..

which enables the linktest target.

Signed-off-by: Ariston Lorenzo <me@ariston.dev>
CMakeLists.txt