mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove <MODULE>_FIND_QUIETLY overrides from CMake modules
since find_package_handle_standard_args() is used and no status messages are printed by the modules there is no reason to set <MODULE>_FIND_QUIETLY variable (which should be prefixed with the actual module name, not upper case)
This commit is contained in:
parent
89d52f7abb
commit
e9cbcbb50c
15 changed files with 0 additions and 60 deletions
|
@ -10,10 +10,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(DBUS_INCLUDES AND DBUS_LIBRARIES)
|
|
||||||
set(DBUS_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_DBUS QUIET dbus-1)
|
pkg_check_modules(PC_DBUS QUIET dbus-1)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(FONTCONFIG_INCLUDES AND FONTCONFIG_LIBRARIES)
|
|
||||||
set(FONTCONFIG_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_FONTCONFIG QUIET fontconfig)
|
pkg_check_modules(PC_FONTCONFIG QUIET fontconfig)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(HARFBUZZ_INCLUDES AND HARFBUZZ_LIBRARIES)
|
|
||||||
set(HARFBUZZ_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_HARFBUZZ QUIET harfbuzz)
|
pkg_check_modules(PC_HARFBUZZ QUIET harfbuzz)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(ICU_INCLUDES AND ICU_LIBRARIES)
|
|
||||||
set(ICU_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_ICU QUIET icu-i18n)
|
pkg_check_modules(PC_ICU QUIET icu-i18n)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(MNG_INCLUDES AND MNG_LIBRARIES)
|
|
||||||
set(MNG_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_MNG QUIET libmng)
|
pkg_check_modules(PC_MNG QUIET libmng)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(MYSQL_INCLUDES AND MYSQL_LIBRARIES)
|
|
||||||
set(MYSQL_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# Only MariaDB provides pkg-config files and only in recent versions
|
# Only MariaDB provides pkg-config files and only in recent versions
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(NIS_INCLUDES AND NIS_LIBRARIES)
|
|
||||||
set(NIS_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# NIS does not provide pkg-config files
|
# NIS does not provide pkg-config files
|
||||||
|
|
||||||
find_path(NIS_INCLUDES
|
find_path(NIS_INCLUDES
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(NSL_INCLUDES AND NSL_LIBRARIES)
|
|
||||||
set(NSL_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# NSL does not provide pkg-config files
|
# NSL does not provide pkg-config files
|
||||||
|
|
||||||
find_path(NSL_INCLUDES
|
find_path(NSL_INCLUDES
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(ODBC_INCLUDES AND ODBC_LIBRARIES)
|
|
||||||
set(ODBC_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_ODBC QUIET odbc)
|
pkg_check_modules(PC_ODBC QUIET odbc)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(PCRE_INCLUDES AND PCRE_LIBRARIES)
|
|
||||||
set(PCRE_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_PCRE QUIET libpcre)
|
pkg_check_modules(PC_PCRE QUIET libpcre)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(POSTGRESQL_INCLUDES AND POSTGRESQL_LIBRARIES)
|
|
||||||
set(POSTGRESQL_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_POSTGRESQL QUIET libpq)
|
pkg_check_modules(PC_POSTGRESQL QUIET libpq)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(RESOLV_INCLUDES AND RESOLV_LIBRARIES)
|
|
||||||
set(RESOLV_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# resolv does not provide pkg-config files
|
# resolv does not provide pkg-config files
|
||||||
|
|
||||||
find_path(RESOLV_INCLUDES
|
find_path(RESOLV_INCLUDES
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(SQLITE_INCLUDES AND SQLITE_LIBRARIES)
|
|
||||||
set(SQLITE_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_SQLITE QUIET sqlite3)
|
pkg_check_modules(PC_SQLITE QUIET sqlite3)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(UNWIND_INCLUDES AND UNWIND_LIBRARIES)
|
|
||||||
set(UNWIND_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_UNWIND QUIET libunwind)
|
pkg_check_modules(PC_UNWIND QUIET libunwind)
|
||||||
|
|
|
@ -9,10 +9,6 @@
|
||||||
#
|
#
|
||||||
# Redistribution and use is allowed according to the terms of the BSD license.
|
# Redistribution and use is allowed according to the terms of the BSD license.
|
||||||
|
|
||||||
if(ZSTD_INCLUDES AND ZSTD_LIBRARIES)
|
|
||||||
set(ZSTD_FIND_QUIETLY TRUE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
include(FindPkgConfig)
|
include(FindPkgConfig)
|
||||||
pkg_check_modules(PC_ZSTD QUIET libzstd)
|
pkg_check_modules(PC_ZSTD QUIET libzstd)
|
||||||
|
|
Loading…
Add table
Reference in a new issue