From bfc44251c69fcfba68a3eebc53d385f1f8d2db8c Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Thu, 8 Dec 2022 13:37:00 +0100 Subject: [PATCH] cmake: Remove usage warning The cmake build system is effectively on-par (and a lot better in most areas) compared to the old build system. There's no need to warn developers anymore. --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5078a20c0..885543a02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,15 +49,6 @@ message( set(FN_PREFIX "FW${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX_SHORT}") -message( - WARNING - " -***************** YOUR ATTENTION PLEASE ***************** -CMake support is experimental. There is no guarantee at this time. If you have problems you are encouraged to fall back to the tried-and-true methods. -*********************** THANK YOU ********************** -We now return to your regularly scheduled Firmware Build." - ) - option(SECONDARY_LANGUAGES "Secondary language support in the firmware" ON) # Language configuration