Merge pull request #3812 from wavexx/cmake_no_warning
cmake: Remove usage warning
This commit is contained in:
commit
a266ff3cdb
|
|
@ -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