Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/multio/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ecbuild_add_library(
utils/scalarGrib1ToGrib2DebugOutputs.h

CONDITION
HAVE_GRIB1_TO_GRIB2
HAVE_GRIB1_TO_GRIB2 AND HAVE_MPI

PRIVATE_INCLUDES
${ECKIT_INCLUDE_DIRS}
Expand Down Expand Up @@ -150,7 +150,7 @@ ecbuild_add_executable(
grib1-to-grib2-v2

CONDITION
HAVE_GRIB1_TO_GRIB2
HAVE_GRIB1_TO_GRIB2 AND HAVE_MPI

SOURCES
grib1-to-grib2-v2.cc
Expand All @@ -174,7 +174,7 @@ ecbuild_add_executable(
dist-grib1-to-grib2

CONDITION
HAVE_GRIB1_TO_GRIB2
HAVE_GRIB1_TO_GRIB2 AND HAVE_MPI

SOURCES
dist-grib1-to-grib2.cc
Expand Down
Loading