Skip to content

Commit

Permalink
fmk - adding MPCO to OPS_Recorder lib in CMakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Nov 17, 2021
1 parent da6a6ad commit cdc773f
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions SRC/recorder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,26 @@ target_sources(OPS_Recorder
RemoveRecorder.h
VTK_Recorder.h
)


if(HDF5_FOUND)
if (HDF5_VERSION VERSION_GREATER_EQUAL 1.12.0)
target_sources(OPS_Recorder
PRIVATE
MPCORecorder.cpp
PUBLIC
MPCORecorder.h
)
endif()
endif()

target_sources(OPS_Paraview
PRIVATE
PVDRecorder.cpp
PUBLIC
PVDRecorder.h
)

target_sources(OPS_ASDEA
PRIVATE
MPCORecorder.cpp
PUBLIC
MPCORecorder.h
)


target_sources(OPS_Graphics
PRIVATE
AlgorithmIncrements.cpp
Expand Down

0 comments on commit cdc773f

Please sign in to comment.