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 <[email protected]>
  • Loading branch information
dNechita committed Dec 14, 2023
1 parent b7e5b37 commit 7bee2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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 7bee2fc

Please sign in to comment.