···11diff --git a/CMakeLists.txt b/CMakeLists.txt
22-index f2dc1f02d..739b8ae99 100644
22+index d87a7052d..837867551 100644
33--- a/CMakeLists.txt
44+++ b/CMakeLists.txt
55@@ -153,19 +153,8 @@ endif()
···1212- message(STATUS "Found harfbuzz native cmake")
1313- list(APPEND MAPNIK_OPTIONAL_LIBS harfbuzz::harfbuzz)
1414-else()
1515-- # Use pkg-config when harfbuzz is not found.
1515+- # Use pkg-config when harfbuzz is not found.
1616- # It might be possible that in future version harfbuzz could only be found via pkg-config.
1717- # harfbuzz related discussion: https://github.com/harfbuzz/harfbuzz/issues/2653
1818- message(STATUS "harfbuzz not found via cmake. Searching via pkg-config...")