r24472 by jghali - CMake: add message to inform about Harfbuzz subset library detection
scribus-commit
scribus-commit at lists.scribus.net
Fri Feb 12 16:28:14 UTC 2021
Author: jghali
Date: Fri Feb 12 16:28:14 2021
New Revision: 24472
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24472
Log:
CMake: add message to inform about Harfbuzz subset library detection
Modified:
trunk/Scribus/CMakeLists_Dependencies.cmake
Modified: trunk/Scribus/CMakeLists_Dependencies.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24472&path=/trunk/Scribus/CMakeLists_Dependencies.cmake
==============================================================================
--- trunk/Scribus/CMakeLists_Dependencies.cmake (original)
+++ trunk/Scribus/CMakeLists_Dependencies.cmake Fri Feb 12 16:28:14 2021
@@ -302,5 +302,6 @@
# OpenType subsetting support
pkg_check_modules(HARFBUZZ_SUBSET harfbuzz-subset>=2.0.0)
if (HARFBUZZ_SUBSET_FOUND)
+ message("Harfbuzz subset library Found OK")
set (HAVE_HARFBUZZ_SUBSET ON)
endif()
More information about the scribus-commit
mailing list