Re: [CMake] Qt5 cmake imported target include path on MacOS

2019-10-22 Thread Christopher W. Steenwyk
22, 2019 at 11:50 AM Christopher W. Steenwyk < csteen...@gmail.com> wrote: > We are using the imported targets of Qt5 on macOS. When we do this the > command line shows the include paths to the frameworks directory as > "-F" where we would have expected "-iframework

[CMake] Qt5 cmake imported target include path on MacOS

2019-10-22 Thread Christopher W. Steenwyk
We are using the imported targets of Qt5 on macOS. When we do this the command line shows the include paths to the frameworks directory as "-F" where we would have expected "-iframework ". The former is leading the compiler to give us warnings when compiling the Qt provided header. Any ideas on