Skip to content

cmake: fix VERBOSE flag defect

Created by: brett-warren-arm

There was a typo in Makefile.cmake which caused the VERBOSE flag to replace rather than append the command options passed to cmake --build.

Merge request reports