Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Plewinski
waLBerla
Commits
203f917b
Commit
203f917b
authored
Mar 24, 2022
by
Markus Holzer
Browse files
Merge branch 'thoennes/fix' into 'master'
with CMP0115 file endings must be explicit See merge request
!534
parents
58506005
2770073a
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/core/CMakeLists.txt
View file @
203f917b
...
...
@@ -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
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