Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frederik Hennig
waLBerla
Commits
2770073a
Commit
2770073a
authored
Mar 23, 2022
by
Dominik Thoennes
Browse files
with CMP0115 file endings must be explicit
parent
58506005
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/core/CMakeLists.txt
View file @
2770073a
...
...
@@ -221,7 +221,7 @@ waLBerla_compile_test( FILES VersionTest.cpp )
waLBerla_execute_test
(
NAME VersionTest
)
if
(
WALBERLA_CXX_COMPILER_IS_INTEL AND NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS
"20.0"
)
waLBerla_compile_test
(
FILES VariantTest
)
waLBerla_compile_test
(
FILES VariantTest
.cpp
)
waLBerla_execute_test
(
NAME VariantTest
)
endif
()
...
...
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