From c4b49075f62eaa11799c95099a70acbb70e566c9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 1 Apr 2021 10:47:18 -0700 Subject: [PATCH] Update CMakeLists.txt Keep the warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0785c1f5..379091907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0.0) project(harfbuzz) -# message(WARN "HarfBuzz has a Meson port and tries to migrate all the other build systems to it, please consider using it as we might remove our cmake port soon.") +message(WARN "HarfBuzz has a Meson port and tries to migrate all the other build systems to it, please consider using it as we might remove our cmake port soon.") ## Limit framework build to Xcode generator if (BUILD_FRAMEWORK)