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
Xdmf
Xdmf
Commits
65d1f846
Commit
65d1f846
authored
Aug 01, 2011
by
Brian Panneton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small correction to linking DSM libraries.
parent
0f90839b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/CMakeLists.txt
core/CMakeLists.txt
+1
-1
No files found.
core/CMakeLists.txt
View file @
65d1f846
...
...
@@ -56,7 +56,7 @@ if(HDF5_FOUND)
set
(
XDMF_LIBRARY_DIRS
${
XDMF_LIBRARY_DIRS
}
${
H5FD_DSM_INCLUDE_DIR
}
/../lib
)
get_property
(
h5fddsm_lib_location TARGET H5FDdsm PROPERTY LOCATION
)
set
(
H5FD_DSM_LIBRARIES h5fddsm_lib_location
)
set
(
H5FD_DSM_LIBRARIES
${
h5fddsm_lib_location
}
)
else
(
H5FDdsm_FOUND
)
message
(
SEND_ERROR
"Cannot find HDF5 DSM! Please set H5FDdsm_DIR and configure again."
)
...
...
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