fix: cmake install and possible conflicting options
commitd2caceb1f35f587614ab0914d976fdbce77d41dc
authorcarlocorradini <carlo.ita98@gmail.com>
Wed, 11 Oct 2023 10:24:31 +0000 (11 12:24 +0200)
committercarlocorradini <carlo.ita98@gmail.com>
Wed, 11 Oct 2023 10:24:31 +0000 (11 12:24 +0200)
tree5e4895ddac34d098eb1fb94bb870818e70c31c2a
parentcd602cc5c8a9ea36267b5f367cc5761acea280e1
fix: cmake install and possible conflicting options
18 files changed:
.github/workflows/check.yaml
.vscode/settings.json
CMakeLists.txt
README.md
cmake/KDISConfig.cmake.in [new file with mode: 0644]
examples/extending/factory_decoder/CMakeLists.txt
examples/extending/link16/CMakeLists.txt
examples/extending/set_data_pdu/CMakeLists.txt
examples/logging/playback/CMakeLists.txt
examples/logging/record/CMakeLists.txt
examples/network/connection_address_filter/CMakeLists.txt
examples/pdu/bundle/CMakeLists.txt
examples/pdu/entity_state_pdu/CMakeLists.txt
examples/pdu/environmental_process_pdu/CMakeLists.txt
examples/pdu/pdu_factory_1/CMakeLists.txt
examples/pdu/pdu_factory_2/CMakeLists.txt
scripts/check.sh
tests/CMakeLists.txt