r24514 by jghali - CMake: output message if Harfbuzz library has been found
scribus-commit
scribus-commit at lists.scribus.net
Sat Feb 20 17:50:02 UTC 2021
Author: jghali
Date: Sat Feb 20 17:50:01 2021
New Revision: 24514
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24514
Log:
CMake: output message if Harfbuzz library has been found
Modified:
trunk/Scribus/CMakeLists_Dependencies.cmake
Modified: trunk/Scribus/CMakeLists_Dependencies.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24514&path=/trunk/Scribus/CMakeLists_Dependencies.cmake
==============================================================================
--- trunk/Scribus/CMakeLists_Dependencies.cmake (original)
+++ trunk/Scribus/CMakeLists_Dependencies.cmake Sat Feb 20 17:50:01 2021
@@ -313,6 +313,9 @@
# CTL support
pkg_check_modules(HARFBUZZ REQUIRED harfbuzz>=0.9.42 harfbuzz-icu)
+if (HARFBUZZ_FOUND)
+ message("Harfbuzz library Found OK")
+endif()
pkg_check_modules(ICU REQUIRED icu-uc)
# OpenType subsetting support
More information about the scribus-commit
mailing list