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
027e7824
Commit
027e7824
authored
Jun 13, 2016
by
David E DeMarle
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wrapping-doesnt-require-dsm' into 'master'
fix a typo See merge request !7
parents
ee2c8eff
8f318b3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
027e7824
...
...
@@ -327,9 +327,9 @@ if(NOT XDMF_BUILD_CORE_ONLY)
if
(
XDMF_WRAP_PYTHON
)
if
(
XDMF_BUILD_DSM
)
XDMF_SWIG_PYTHON
(
${
XDMF_LIBNAME
}
XdmfCore
)
else
()
XDMF_SWIG_PYTHON
(
${
XDMF_LIBNAME
}
XdmfCore XdmfDSM
)
else
()
XDMF_SWIG_PYTHON
(
${
XDMF_LIBNAME
}
XdmfCore
)
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