Skip to content

Commit

Permalink
Fix header path
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Aug 16, 2024
1 parent b2c4080 commit 867718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/find-modules/FindEspeak.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# Espeak::Espeak - Espeak library (old API)

find_path(ESPEAK_INCLUDE_DIR NAMES speak_lib.h)
find_path(ESPEAK_INCLUDE_DIR NAMES espeak/speak_lib.h)
find_library(ESPEAK_LIBRARY NAMES espeak libespeak)

include(FindPackageHandleStandardArgs)
Expand Down

0 comments on commit 867718d

Please sign in to comment.