When using dependency to add third party dependencies using pkg-config the found include directories are using the -I format which causes all warnings in third party headers to be visible in my project.Is it possible craete an option to the dependency call that would convert the -I include to -isystem includes?