From a1a83cfe25dfb770fe00e0bf7729294d5e29cb0e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 13 Mar 2024 08:42:37 +0100 Subject: [PATCH] cmake: Install libtashkeel_model.ort correctly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01bde91..8a5ed74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -278,7 +278,7 @@ install( install( FILES ${CMAKE_SOURCE_DIR}/etc/libtashkeel_model.ort - TYPE DATA) + DESTINATION ${CMAKE_INSTALL_DATADIR}/piper-phonemize) # Dependencies if (BUILD_EXTERNAL)