From e860000db5c393139c546a1273ba37983c729b41 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 12 Mar 2020 21:04:06 +0330 Subject: [PATCH] [cmake] Suggest Meson port in CMake --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fe5e6c7c..2cdfd4b3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 2.8.0) project(harfbuzz) +message("HarfBuzz has a Meson port also and tries to migrate all the other build systems to it, please consider using it.") + ## Limit framework build to Xcode generator if (BUILD_FRAMEWORK) # for a framework build on macOS, use: