Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support qwt 6.3.0 #7332

Closed
chenrui333 opened this issue May 9, 2024 · 0 comments · Fixed by #7334
Closed

Support qwt 6.3.0 #7332

chenrui333 opened this issue May 9, 2024 · 0 comments · Fixed by #7334

Comments

@chenrui333
Copy link

chenrui333 commented May 9, 2024

What happened?

Currently, gnuradio does not support qwt 6.3.0


set(QWT_FOUND FALSE)
if(QWT_INCLUDE_DIRS)
file(STRINGS "${QWT_INCLUDE_DIRS}/qwt_global.h" QWT_STRING_VERSION
REGEX "QWT_VERSION_STR")
set(QWT_WRONG_VERSION False)
set(QWT_VERSION "No Version")
string(REGEX MATCH "[0-9]+.[0-9]+.[0-9]+" QWT_VERSION ${QWT_STRING_VERSION})
if(QWT_VERSION VERSION_LESS "6.1")
set(QWT_WRONG_VERSION True)
endif()
if(NOT QWT_VERSION VERSION_LESS "6.3")
set(QWT_WRONG_VERSION True)
endif()

relates to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants