Skip to content

Commit

Permalink
Enable OFI transport in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Aug 8, 2018
1 parent 4dddde2 commit d7f6118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FairMQTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Set(configure_options "${configure_options};-DCTEST_USE_LAUNCHERS=${CTEST_USE_LA
Set(configure_options "${configure_options};-DDISABLE_COLOR=ON")
Set(configure_options "${configure_options};-DCMAKE_PREFIX_PATH=$ENV{SIMPATH}")
Set(configure_options "${configure_options};-DBUILD_NANOMSG_TRANSPORT=ON")
Set(configure_options "${configure_options};-DBUILD_OFI_TRANSPORT=ON")
Set(configure_options "${configure_options};-DBUILD_DDS_PLUGIN=ON")
Set(configure_options "${configure_options};-DFAST_BUILD=ON")
Set(configure_options "${configure_options};-DCOTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES=-j$ENV{number_of_processors}")
Expand Down

0 comments on commit d7f6118

Please sign in to comment.