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

Remove direct dependencies to wxsqlite3 and sqlite3lib from all plugins #773

Merged
merged 1 commit into from
May 15, 2015

Conversation

jcowgill
Copy link
Contributor

In CMake if you have a dependency chain which looks like:
A -> B -> C
then CMake will automatically add the dependency A -> C for you.

This means that we can remove all the direct dependencies on wxsqlite3 and sqlite3lib from all plugins if they're already linking against libcodelite.

In CMake if you have a dependency chain which looks like:
  A -> B -> C
then CMake will automatically add the dependency A -> C for you.

This means that we can remove all the direct dependencies on wxsqlite3 and
sqlite3lib from all plugins if they're already linking against libcodelite.
eranif added a commit that referenced this pull request May 15, 2015
Remove direct dependencies to wxsqlite3 and sqlite3lib from all plugins
@eranif eranif merged commit a7fb74f into eranif:master May 15, 2015
@jcowgill jcowgill deleted the direct-sql-dependencies branch May 16, 2015 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants