hello,
I have a C++ project that compiles without a problem on Ubuntu 20. The same project won’t compile on a CentOS7, because of “-isystem”. If I replace “-isystem” with “-I” it works. How can I force the use of “-I” instead of “-isystem” only in the case of Centos7?
Thanks in advance for help,