diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/harfbuzz/harfbuzzConfig.cmake.in | 3 | ||||
| -rw-r--r-- | ports/harfbuzz/vcpkg.json | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ports/harfbuzz/harfbuzzConfig.cmake.in b/ports/harfbuzz/harfbuzzConfig.cmake.in index b1cd6b6f5..a142735cf 100644 --- a/ports/harfbuzz/harfbuzzConfig.cmake.in +++ b/ports/harfbuzz/harfbuzzConfig.cmake.in @@ -1,3 +1,6 @@ +# For old projects where the minimum CMake version is lower than 3.3. +cmake_policy(SET CMP0057 NEW) + if(TARGET harfbuzz) return() endif() diff --git a/ports/harfbuzz/vcpkg.json b/ports/harfbuzz/vcpkg.json index b61206326..6d5007235 100644 --- a/ports/harfbuzz/vcpkg.json +++ b/ports/harfbuzz/vcpkg.json @@ -1,6 +1,7 @@ { "name": "harfbuzz", "version": "2.8.1", + "port-version": 1, "description": "HarfBuzz OpenType text shaping engine", "homepage": "https://github.com/harfbuzz/harfbuzz", "dependencies": [ |
