From 2a28017e1c39569922f20190c6959c845cd16073 Mon Sep 17 00:00:00 2001 From: Navarrop Date: Wed, 28 Sep 2011 11:12:49 +0200 Subject: [PATCH] We need the same gcc of cmake for smpicc. --- src/smpi/smpicc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpicc.in b/src/smpi/smpicc.in index f0f7128564..7a77cbae13 100755 --- a/src/smpi/smpicc.in +++ b/src/smpi/smpicc.in @@ -1,6 +1,6 @@ #! /bin/bash -CC="gcc" +CC=@CMAKE_C_COMPILER@ CFLAGS="-O2 -Dmain=smpi_simulated_main" #FIXME: probably only want the last two pairs after 'make install' -- 2.20.1