Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transitive dependencies of modules are not "used" #522

Open
schuhschuh opened this issue Apr 17, 2016 · 0 comments
Open

Transitive dependencies of modules are not "used" #522

schuhschuh opened this issue Apr 17, 2016 · 0 comments

Comments

@schuhschuh
Copy link
Contributor

Issue by schuhschuh
Saturday Jan 02, 2016 at 00:44 GMT
Originally opened as cmake-basis/legacy#522


When a module C depends on another module B which in turn depends on module A, the include directories for module C should include both the ones of module B and module A even when only module B is explicitly declared as dependency of module C. Otherwise, header files of module A which are included by headers of module B are not found when the module B header file is included by module C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant