Skip to content

Commit

Permalink
cmake: Check for the minimum gtkdatabox versions supported
Browse files Browse the repository at this point in the history
This will give more clarity on the smalled version of libgtkdatabox that iio-oscilloscope supports.

Signed-off-by: Dan <dan.nechita@analog.com>
  • Loading branch information
dNechita committed Jan 9, 2024
1 parent 9c3fc02 commit 4aa2fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -112,7 +112,7 @@ find_package(PkgConfig)
pkg_check_modules(GLIB REQUIRED glib-2.0)
pkg_check_modules(GTK REQUIRED gtk+-3.0)
pkg_check_modules(GTHREAD REQUIRED gthread-2.0)
pkg_check_modules(GTKDATABOX REQUIRED gtkdatabox)
pkg_check_modules(GTKDATABOX REQUIRED gtkdatabox>=1.0.0)
pkg_check_modules(FFTW3 REQUIRED fftw3)
pkg_check_modules(LIBXML2 REQUIRED libxml-2.0)
pkg_check_modules(LIBCURL REQUIRED libcurl)
Expand Down

0 comments on commit 4aa2fc8

Please sign in to comment.