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
b902024a
Commit
b902024a
authored
Jun 27, 2017
by
williamfgc
Committed by
GitHub
Jun 27, 2017
Browse files
Merge pull request #195 from chuckatkins/fix-193
Always check for python dev libs when ADIOS2_HAVE_PYTHON is TRUE
parents
eafe6ca3
5c2761f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/CMakeLists.txt
View file @
b902024a
...
...
@@ -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