diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-12 15:33:39 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-12 15:33:39 -0700 |
| commit | da4fd28a025119b020d04973b937fa9131ddee6f (patch) | |
| tree | 8a7e8e9e8c79a872ecbfacfc18e695fc951dd773 | |
| parent | 35cb935cbaee60baaf66fc82a73246561b092876 (diff) | |
| download | vcpkg-da4fd28a025119b020d04973b937fa9131ddee6f.tar.gz vcpkg-da4fd28a025119b020d04973b937fa9131ddee6f.zip | |
[libraqm] Force CI build
| -rw-r--r-- | ports/harfbuzz/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/libraqm/portfile.cmake | 3 |
2 files changed, 4 insertions, 1 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() diff --git a/ports/libraqm/portfile.cmake b/ports/libraqm/portfile.cmake index 0978bd013..067f63dde 100644 --- a/ports/libraqm/portfile.cmake +++ b/ports/libraqm/portfile.cmake @@ -7,7 +7,8 @@ vcpkg_from_github( REPO HOST-Oman/libraqm
REF v0.6.0
SHA512 cd223d97b80e9d2cf26a5b68fbb84a87e53df819f12ffd06f84f1786a2207b34828d0888058a40c1d89a1466bb68b75dd326e25415afab029d51e1ed98f6a924
- HEAD_REF master)
+ HEAD_REF master
+)
file(COPY ${CURRENT_PORT_DIR}/FindFribidi.cmake DESTINATION ${SOURCE_PATH})
file(COPY ${CURRENT_PORT_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
