Skip to content

Commit

Permalink
Fix windows wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrank63 committed Feb 4, 2024
1 parent e52d607 commit e3fc6e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ if (NOT DEFINED PIPER_PHONEMIZE_REPO)
set(PIPER_PHONEMIZE_REPO "https://github.com/rhasspy/piper-phonemize")
endif()

set (PIPER_PHONEMIZE_DIR $ENV{PIPER_PHONEMIZE_DIR})

if(NOT DEFINED PIPER_PHONEMIZE_DIR)
set(PIPER_PHONEMIZE_DIR "${CMAKE_CURRENT_BINARY_DIR}/pi")
ExternalProject_Add(
Expand Down

0 comments on commit e3fc6e0

Please sign in to comment.