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
6d64b4aa
Commit
6d64b4aa
authored
Aug 01, 2011
by
Kenneth Leiter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Fix testing by using LDPATH = library directories rather than paths
to the libraries.
parent
65d1f846
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
core/tests/Cxx/CMakeLists.txt
core/tests/Cxx/CMakeLists.txt
+1
-1
core/tests/Python/CMakeLists.txt
core/tests/Python/CMakeLists.txt
+1
-2
No files found.
core/tests/Cxx/CMakeLists.txt
View file @
6d64b4aa
...
...
@@ -7,7 +7,7 @@ ADD_TEST_CXX_DEPENDENCIES("XdmfCore")
# Add any ldpath directories that the cxx tests may need
ADD_TEST_CXX_LDPATH
(
"
${
CMAKE_BINARY_DIR
}
"
)
ADD_TEST_CXX_LDPATH
(
"
${
XDMF_LIBRAR
IE
S
}
"
)
ADD_TEST_CXX_LDPATH
(
"
${
XDMF_LIBRAR
Y_DIR
S
}
"
)
# Add any path directoreis that the Cxx tests may need
ADD_TEST_CXX_PATH
(
"
${
CMAKE_BINARY_DIR
}
"
)
...
...
core/tests/Python/CMakeLists.txt
View file @
6d64b4aa
...
...
@@ -9,8 +9,7 @@ ADD_TEST_PYTHON_PYTHONPATH("${CMAKE_BINARY_DIR}")
# Add any ldpath directories that the python tests may need
ADD_TEST_PYTHON_LDPATH
(
"
${
CMAKE_BINARY_DIR
}
"
)
ADD_TEST_PYTHON_LDPATH
(
"
${
HDF5_LIBRARIES
}
"
)
ADD_TEST_PYTHON_LDPATH
(
"
${
LIBXML2_LIBRARIES
}
"
)
ADD_TEST_PYTHON_LDPATH
(
"
${
XDMF_LIBRARY_DIRS
}
"
)
# Add any path directories that the python tests may need
ADD_TEST_PYTHON_PATH
(
"
${
CMAKE_BINARY_DIR
}
"
)
...
...
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