From 792a13b39a3039c1854582515010446be9ab5ffa Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 3 Nov 2014 15:37:58 +0100 Subject: [PATCH] fix compilation without mpich3 testsuite --- teshsuite/smpi/mpich3-test/info/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.20.1