Skip to content

Commit afc4694

Browse files
removed QUIET from pkg_check_modules call
1 parent 01f4ec6 commit afc4694

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/FindGD.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
find_package(PkgConfig)
22
if(PKG_CONFIG_FOUND)
3-
pkg_check_modules(PC_GD QUIET GD)
3+
#pkg_check_modules(PC_GD QUIET GD)
4+
pkg_check_modules(PC_GD GD)
45
endif()
56

67
find_path(GD_INCLUDE_DIR

0 commit comments

Comments
 (0)