Use of singular in CMake variable name despite of two values
Brought to you by:
speechtotext
I have looked at the build script "FindJulius.cmake".
http://speech2text.git.sourceforge.net/git/gitweb.cgi?p=speech2text/speech2text;a=blob;f=cmake/FindJulius.cmake;hb=c234fd83e190746c077e239d9c771d0f247ed163#l17
Two paths are assigned to the variable "JULIUS_INCLUDE_DIR". I would therefore prefer the use of plural ("..._DIRS") in the name to make it clearer.
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Modules/readme.txt;hb=ede46d9d91485c224d4b2ca36c8c864263923eec#l6
If you change all references to the variable in simons build system, I'll apply the patch.