Closed freol35241 closed 2 years ago
Using the CMakeLists.txt from the libcluon folder I cant seem to find a way to disable the tests from being configured. This would make life easier when building from source instead of using the single-file, header-only distribution.
Added with https://github.com/chrberger/libcluon/commit/fbed1f50c0ace0b318ff2b9b709fa4808bfa359e cmake -D SKIP_TESTS=1 ..
Using the CMakeLists.txt from the libcluon folder I cant seem to find a way to disable the tests from being configured. This would make life easier when building from source instead of using the single-file, header-only distribution.