Skip to content

Commit

Permalink
feat: reinstate MODELDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Aug 22, 2022
1 parent 0af2477 commit edec907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ set_target_properties(pocketsphinx PROPERTIES
)
# No idea why this can't just go in the above list but oh well
set_property(TARGET pocketsphinx PROPERTY
COMPILE_DEFINITIONS POCKETSPHINX_EXPORTS;SPHINXBASE_EXPORTS
COMPILE_DEFINITIONS POCKETSPHINX_EXPORTS;SPHINXBASE_EXPORTS;MODELDIR="${DATADIR}/pocketsphinx/model"
)

0 comments on commit edec907

Please sign in to comment.