qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
401 stars 197 forks source link

Don't search for your headers in your install dir, when building the lib #580

Closed dfaure-kdab closed 9 months ago

dfaure-kdab commented 10 months ago

This leads to "not found" warnings with -Wmissing-include-dirs but worse, it will one day lead to build errors when having different APIs in the installed headers and locally (after making changes)

PR check list: