Skip to content

Commit

Permalink
Use new glibmm 2.78 API
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jul 19, 2023
1 parent 6d67365 commit 0620bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/glibmm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ add_library(external_glibmm INTERFACE IMPORTED GLOBAL)
add_library(desktop-app::external_glibmm ALIAS external_glibmm)

find_package(PkgConfig REQUIRED)
pkg_check_modules(GLIBMM REQUIRED IMPORTED_TARGET glibmm-2.68>=2.76)
pkg_check_modules(GIOMM REQUIRED IMPORTED_TARGET giomm-2.68>=2.76)
pkg_check_modules(GLIBMM REQUIRED IMPORTED_TARGET glibmm-2.68>=2.77)
pkg_check_modules(GIOMM REQUIRED IMPORTED_TARGET giomm-2.68>=2.77)

if (DESKTOP_APP_USE_PACKAGED)
target_link_libraries(external_glibmm
Expand Down

0 comments on commit 0620bb7

Please sign in to comment.