From 95c2771fcee2b93a790dd9bff86c36f369151984 Mon Sep 17 00:00:00 2001 From: Kevin Lu <6320810+kevinlul@users.noreply.github.com> Date: Wed, 15 Apr 2020 00:25:54 -0400 Subject: [PATCH] [Freetype] Actually prevent linking HarfBuzz on POSIX Correctly fixes #10041 Fixes three typos in #10073 --- ports/freetype/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/freetype/portfile.cmake b/ports/freetype/portfile.cmake index ad06263f9..9dcf76fa1 100644 --- a/ports/freetype/portfile.cmake +++ b/ports/freetype/portfile.cmake @@ -33,7 +33,7 @@ endif() set(OPTIONS) if (NOT VCPKG_TARGET_IS_WINDOWS) - list(APPEND OPTIONS -DFT_DISABLE_FIND_PACKAGE_Harfbuzz=TRUE) + list(APPEND OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=ON) endif() vcpkg_configure_cmake(