Skip to content
Snippets Groups Projects
Commit 2770073a authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

with CMP0115 file endings must be explicit

parent 58506005
No related merge requests found
......@@ -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()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment