From: Augustin Degomme Date: Mon, 3 Nov 2014 14:37:58 +0000 (+0100) Subject: fix compilation without mpich3 testsuite X-Git-Tag: v3_12~732^2~236^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/792a13b39a3039c1854582515010446be9ab5ffa?ds=sidebyside fix compilation without mpich3 testsuite --- diff --git a/teshsuite/smpi/mpich3-test/info/CMakeLists.txt b/teshsuite/smpi/mpich3-test/info/CMakeLists.txt index be5ba74d98..350e83f0a3 100644 --- a/teshsuite/smpi/mpich3-test/info/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/info/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -if(enable_smpi) +if(enable_smpi AND enable_smpi_MPICH3_testsuite) if(WIN32) set(CMAKE_C_FLAGS "-include ${CMAKE_HOME_DIRECTORY}/include/smpi/smpi_main.h") else()