Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xdmf
Xdmf
Commits
e245b7f8
Commit
e245b7f8
authored
Feb 04, 2011
by
Kenneth Leiter
Browse files
COMP: Fix mixing CMake include preventing xdmf/exodus test from compiling.
parent
bc1150fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/tests/Cxx/CMakeLists.txt
View file @
e245b7f8
...
...
@@ -4,8 +4,11 @@ SET_PROPERTY(GLOBAL APPEND PROPERTY CXX_TEST_DEPENDENCIES
"XdmfUtils"
)
# Include XdmfTestDataGenerator from non-util tests
include_directories
(
${
CMAKE_SOURCE_DIR
}
/tests/Cxx/
)
# Include our test macros
include
(
AddTestsCxx
)
include
(
AddTestsCxx
)
# Add any cxx tests here:
# Note: We don't want to use a foreach loop to test the files incase we
...
...
@@ -28,4 +31,4 @@ if(XDMF_BUILD_EXODUS_IO)
CLEAN_TEST_CXX
(
TestXdmfExodusIO
TestXdmfExodusIO.exo
)
endif
(
XDMF_BUILD_EXODUS_IO
)
\ No newline at end of file
endif
(
XDMF_BUILD_EXODUS_IO
)
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