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

Fix public dependencies #13

Merged
merged 3 commits into from
Jun 15, 2020

Conversation

DusanJovic-NOAA
Copy link
Contributor

  1. Remove finding ZLIB (g2 does not depend on ZLIB, PNG does)
  2. Add find_package(bacio)
  3. Add find_dependency in package file.
  4. Link bacio, png and japser as public dependencies.

@aerorahul aerorahul requested review from kgerheiser and aerorahul and removed request for kgerheiser June 12, 2020 17:25
Copy link

@aerorahul aerorahul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good.

@kgerheiser
Copy link
Contributor

I approve

@kgerheiser kgerheiser merged commit a6011ad into NOAA-EMC:develop Jun 15, 2020
@BoiVuong-NOAA
Copy link
Contributor

1. Remove finding ZLIB (g2 does not depend on ZLIB, PNG does)

2. Add find_package(bacio)

3. Add find_dependency in package file.

4. Link bacio, png and japser as public dependencies.

@BoiVuong-NOAA
Copy link
Contributor

Kyle,
The G2 requires PNG library.

@kgerheiser
Copy link
Contributor

It finds PNG

find_package(PNG REQUIRED)

@BoiVuong-NOAA
Copy link
Contributor

BoiVuong-NOAA commented Jun 17, 2020 via email

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.

4 participants