Skip to content

QNX: Update qcc depfile flags to be compliant with ccache

MvdHurk requested to merge vanderhu/cmake:qccDepfile into master

The current defined set of CMAKE_DEPFILE_FLAGS_${lang} in QCC.cmake are not working correctly in combination with ccache. In order to have this working correctly I would suggest to flags to become: -Wp,-MD,<DEPFILE> -Wp,-MT,<OBJECT> -Wp,-MF,<DEPFILE>, this is accepted by both qcc and ccache.

Edited by Brad King

Merge request reports