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.
This commit is contained in:
parent
96e4881da5
commit
bfc44251c6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue