Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
5f2c5dae
Commit
5f2c5dae
authored
Mar 10, 2020
by
Brad King
Browse files
cmake: Find our PNG dependency on behalf of consumers
parent
7158e658
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/adios2-config-common.cmake.in
View file @
5f2c5dae
...
...
@@ -47,6 +47,11 @@ if(NOT @BUILD_SHARED_LIBS@)
find_dependency(MGARD)
endif()
set(ADIOS2_HAVE_PNG @ADIOS2_HAVE_PNG@)
if(ADIOS2_HAVE_PNG)
find_dependency(PNG)
endif()
set(ADIOS2_HAVE_DataSpaces @ADIOS2_HAVE_DataSpaces@)
if(ADIOS2_HAVE_DataSpaces)
find_dependency(DataSpaces)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment