We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824e202 commit 30c85daCopy full SHA for 30c85da
arcane/src/arcane/tests/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-set(TEST_DIRS . anyitem dof inout)
+set(TEST_DIRS . anyitem dof inout)
2
3
set(TEST_LIBS ${ARCANE_ADDITIONNAL_TEST_LIBRARIES})
4
if(MPI_FOUND AND NOT WIN32)
@@ -560,7 +560,7 @@ if(HDF5_FOUND)
560
endif()
561
if(vtkIOXML_FOUND)
562
ARCANE_ADD_TEST_SEQUENTIAL(vtk_vtu testMesh-format_vtu.arc)
563
- if (Neo_FOUND)
+ if (vtkIO_Legacy AND Neo_FOUND)
564
arcane_add_test_sequential(polyhedral_vtk1 testMeshPolyhedral-1.arc)
565
arcane_add_test_sequential(polyhedral_vtk2 testMeshPolyhedral-2.arc)
566
arcane_add_test_sequential(polyhedral_vtk3 testMeshPolyhedral-3.arc)
0 commit comments