Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
5c2761f9
Commit
5c2761f9
authored
Jun 27, 2017
by
Atkins, Charles Vernon
Browse files
Always check for python dev libs when ADIOS2_HAVE_PYTHON is TRUE
Fixes
#193
parent
eafe6ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/CMakeLists.txt
View file @
5c2761f9
...
...
@@ -2,6 +2,8 @@ if(NOT BUILD_SHARED_LIBS)
message
(
ERROR
"Python bindings are only supported for shared libraries"
)
endif
()
find_package
(
PythonLibsNew REQUIRED
)
pybind11_add_module
(
adios2py MODULE
ADIOSPy.h
ADIOSPy.cpp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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