Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
Xdmf
Commits
ee2c8eff
Commit
ee2c8eff
authored
Jun 10, 2016
by
David E DeMarle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wrapping-doesnt-require-dsm' into 'master'
allow wrapping without DSM See merge request !6
parents
0a9fbd05
cce65238
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CMakeLists.txt
CMakeLists.txt
+5
-1
No files found.
CMakeLists.txt
View file @
ee2c8eff
...
...
@@ -326,7 +326,11 @@ if(NOT XDMF_BUILD_CORE_ONLY)
endif
()
if
(
XDMF_WRAP_PYTHON
)
XDMF_SWIG_PYTHON
(
${
XDMF_LIBNAME
}
XdmfCore XdmfDSM
)
if
(
XDMF_BUILD_DSM
)
XDMF_SWIG_PYTHON
(
${
XDMF_LIBNAME
}
XdmfCore
)
else
()
XDMF_SWIG_PYTHON
(
${
XDMF_LIBNAME
}
XdmfCore XdmfDSM
)
endif
()
set
(
XDMF_PYTHON_INSTALL_DIR
${
CMAKE_INSTALL_PREFIX
}
/lib/python/
)
endif
()
...
...
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