Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Conversation

@jwlawson
Copy link
Contributor

@jwlawson jwlawson commented Mar 2, 2018

When adding include directories it is easy to have the same include
directory linked to multiple cmake targets. Filter out any duplicate
include directories (and any other duplicate flags) before passing to
the compiler to keep the commands as terse as possible.

When adding include directories it is easy to have the same include directory linked to multiple cmake targets. Filter out any duplicate include directories (and any other duplicate flags) before passing to the compiler to keep the commands as terse as possible.
@DuncanMcBain DuncanMcBain self-assigned this Mar 2, 2018
@DuncanMcBain DuncanMcBain merged commit 3db655d into codeplaysoftware:master Mar 2, 2018
@DuncanMcBain
Copy link
Member

Thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

2 participants