Skip to content
Snippets Groups Projects
Commit 57eb4cf5 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[cmake] Enable partmesh on petsc config.

parent 592e09bc
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
#include "BaseLib/FileTools.h"
#include "BaseLib/RunTime.h"
#include "InfoLib/GitInfo.h"
#include "MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h"
#include "MeshLib/IO/VtkIO/VtuInterface.h"
#include "MeshLib/IO/readMeshFromFile.h"
#include "MeshLib/NodePartitionedMesh.h"
......
......@@ -10,8 +10,6 @@ if (OGS_USE_MPI)
$<$<TARGET_EXISTS:MPI::MPI_CXX>:MPI::MPI_CXX>
)
install(TARGETS binaryToPVTU RUNTIME DESTINATION bin)
return()
endif()
CPMAddPackage(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment