Merge pull request #3811 from wavexx/build_drop_unused_option
cmake: Remove unused SECONDARY_LANGUAGES option
This commit is contained in:
commit
a8b8085d22
|
|
@ -49,8 +49,6 @@ message(
|
||||||
|
|
||||||
set(FN_PREFIX "FW${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX_SHORT}")
|
set(FN_PREFIX "FW${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX_SHORT}")
|
||||||
|
|
||||||
option(SECONDARY_LANGUAGES "Secondary language support in the firmware" ON)
|
|
||||||
|
|
||||||
# Language configuration
|
# Language configuration
|
||||||
set(MAIN_LANGUAGES
|
set(MAIN_LANGUAGES
|
||||||
cs de es fr it pl
|
cs de es fr it pl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue