Skip to content

Commit

Permalink
Check for FT_WITH_HARFBUZZ=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaFeodonit committed Nov 3, 2019
1 parent f1d98f5 commit 79b8faa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ include(GNUInstallDirs)
#-----------------------------------------------------------------------

if(NOT FT_WITH_HARFBUZZ)
# Just to verify that FreeType is compiled with HarfBuzz.
message(FATAL_ERROR "Please set FT_WITH_HARFBUZZ to ON.")
message(FATAL_ERROR
"Please set FT_WITH_HARFBUZZ=ON and build FreeType with HarfBuzz."
)
endif()


Expand Down

0 comments on commit 79b8faa

Please sign in to comment.