aboutsummaryrefslogtreecommitdiff
path: root/ports/harfbuzz
diff options
context:
space:
mode:
authorVictor Romero <romerosanchezv@gmail.com>2019-06-12 15:33:39 -0700
committerVictor Romero <romerosanchezv@gmail.com>2019-06-12 15:33:39 -0700
commitda4fd28a025119b020d04973b937fa9131ddee6f (patch)
tree8a7e8e9e8c79a872ecbfacfc18e695fc951dd773 /ports/harfbuzz
parent35cb935cbaee60baaf66fc82a73246561b092876 (diff)
downloadvcpkg-da4fd28a025119b020d04973b937fa9131ddee6f.tar.gz
vcpkg-da4fd28a025119b020d04973b937fa9131ddee6f.zip
[libraqm] Force CI build
Diffstat (limited to 'ports/harfbuzz')
-rw-r--r--ports/harfbuzz/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake
index 08b20f270..48cfaf1b7 100644
--- a/ports/harfbuzz/portfile.cmake
+++ b/ports/harfbuzz/portfile.cmake
@@ -17,9 +17,11 @@ vcpkg_from_github(
)
file(READ ${SOURCE_PATH}/CMakeLists.txt _contents)
+
if("${_contents}" MATCHES "include \\(FindFreetype\\)")
message(FATAL_ERROR "Harfbuzz's cmake must not directly include() FindFreetype.")
endif()
+
if("${_contents}" MATCHES "find_library\\(GLIB_LIBRARIES")
message(FATAL_ERROR "Harfbuzz's cmake must not directly find_library() glib.")
endif()