]> sigrok.org Git - pulseview.git/commit
cmake: check for optional libsigrokdecode features (send EOF)
authorGerhard Sittig <redacted>
Sun, 26 Dec 2021 06:54:36 +0000 (07:54 +0100)
committerGerhard Sittig <redacted>
Sun, 26 Dec 2021 13:01:10 +0000 (14:01 +0100)
commitfe94bf8255145410d1673880932d59573c829b0e
tree995235e7512950c764fa3ad60ca3d572fea6c6a4
parent22dc404045aa3b519da58e02109d3ecb95682f1c
cmake: check for optional libsigrokdecode features (send EOF)

Implement a feature check for the srd_session_send_eof() routine which
depends on the libsigrokdecode version. This test implementation is a
little more redundant than necessary, check_symbol_exists() would be
preferred instead but would not work in my local setup.
CMakeLists.txt
config.h.in