Skip to content

Commit e3fc6e0

Browse files
committed
Fix windows wip
1 parent e52d607 commit e3fc6e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ if (NOT DEFINED PIPER_PHONEMIZE_REPO)
7575
set(PIPER_PHONEMIZE_REPO "https://github.com/rhasspy/piper-phonemize")
7676
endif()
7777

78+
set (PIPER_PHONEMIZE_DIR $ENV{PIPER_PHONEMIZE_DIR})
79+
7880
if(NOT DEFINED PIPER_PHONEMIZE_DIR)
7981
set(PIPER_PHONEMIZE_DIR "${CMAKE_CURRENT_BINARY_DIR}/pi")
8082
ExternalProject_Add(

0 commit comments

Comments
 (0)