From 138725325a9895c516fd7841598d11551bd868d3 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Wed, 7 Dec 2022 16:00:32 +0100 Subject: [PATCH] cmake: Remove unused SECONDARY_LANGUAGES option The option SECONDARY_LANGUAGES is no longer being used. cmake always allows en/multilang for all selected variants by using the appropriate target now (ALL_ENGLISH). --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5078a20c0..6bb03d5f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,6 @@ CMake support is experimental. There is no guarantee at this time. If you have p We now return to your regularly scheduled Firmware Build." ) -option(SECONDARY_LANGUAGES "Secondary language support in the firmware" ON) - # Language configuration set(MAIN_LANGUAGES cs de es fr it pl