Update CMakeLists.txt

Keep the warning.
This commit is contained in:
Behdad Esfahbod 2021-04-01 10:47:18 -07:00
parent 9945f32746
commit c4b49075f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)