Skip to content

Commit

Permalink
pkg_check_modules for gtk+-3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed May 17, 2021
1 parent 8e231d2 commit 95b23bd
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 @@ -254,7 +254,7 @@ if (LINUX)
target_link_libraries(lib_base PUBLIC PkgConfig::X11)
endif()
else()
pkg_search_module(GTK REQUIRED gtk+-3.0)
pkg_check_modules(GTK REQUIRED gtk+-3.0)
target_include_directories(lib_base PUBLIC ${GTK_INCLUDE_DIRS})

if (NOT DESKTOP_APP_DISABLE_X11_INTEGRATION)
Expand Down

0 comments on commit 95b23bd

Please sign in to comment.