mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[libraqm] Force CI build
This commit is contained in:
parent
35cb935cba
commit
da4fd28a02
@ -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()
|
||||
|
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user