Include CheckFunctionExists for check_function_exists

Introduced with f6310c2b79.
This commit is contained in:
Heiko Becker
2022-04-27 00:09:36 +02:00
parent f6310c2b79
commit 7cc1a5afe5

View File

@@ -39,6 +39,7 @@ include(ECMQtDeclareLoggingCategory)
include(KDEClangFormat)
# Remove OPTIONAL when we require EMC >= 5.79
include(KDEGitCommitHooks OPTIONAL)
include(CheckFunctionExists)
include(CheckIncludeFiles)
# Allows passing e.g. -DECM_ENABLE_SANITIZERS='address;undefined' to cmake.