Skip to content

CheckSymbolExists: Restore newline at end of test source

avostrik requested to merge avostrik/cmake:fix_check_symbol_exists into master

Refactoring in !7717 (merged) accidentally dropped the final newline of the test source, which was previously provided by the input to configure_file. The C standard requires a newline at the end of file, so add one explicitly.

Signed-off-by: Andrey Vostrikov andrey.vostrikov@cogentembedded.com
Backport: release
Topic-rename: CheckSymbolExists-restore-newline

Edited by Brad King

Merge request reports