Skip to content

Commit edec907

Browse files
committed
feat: reinstate MODELDIR
1 parent 0af2477 commit edec907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ set_target_properties(pocketsphinx PROPERTIES
123123
)
124124
# No idea why this can't just go in the above list but oh well
125125
set_property(TARGET pocketsphinx PROPERTY
126-
COMPILE_DEFINITIONS POCKETSPHINX_EXPORTS;SPHINXBASE_EXPORTS
126+
COMPILE_DEFINITIONS POCKETSPHINX_EXPORTS;SPHINXBASE_EXPORTS;MODELDIR="${DATADIR}/pocketsphinx/model"
127127
)

0 commit comments

Comments
 (0)