freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 7fd03a3e2: * CMakeLists.txt: Include 'FindPkgConfig'


From: Werner Lemberg
Subject: [freetype2] master 7fd03a3e2: * CMakeLists.txt: Include 'FindPkgConfig' module.
Date: Sun, 30 Jan 2022 14:53:53 -0500 (EST)

branch: master
commit 7fd03a3e2547eb28c38dbe5312d84c81af14e5b3
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    * CMakeLists.txt: Include 'FindPkgConfig' module.
    
    Older cmake versions don't provide `pkg_check_modules` by default.
    
    Fixes #1126.
---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4590309a0..8cb778396 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,6 +122,7 @@ endif ()
 
 include(CheckIncludeFile)
 include(CMakeDependentOption)
+include(FindPkgConfig)
 
 # CMAKE_TOOLCHAIN_FILE must be set before `project' is called, which
 # configures the base build environment and references the toolchain file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]