From 8cf563530dbfda3c54ba6c269e037cc7cee00287 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Mon, 14 Nov 2011 12:55:46 +0000 Subject: Scons: make sure fftw is enabled when ocean_mod is compiled --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 57da56872aa..b5075aa4345 100644 --- a/SConstruct +++ b/SConstruct @@ -332,6 +332,7 @@ if env['WITH_BF_FLUID'] == 1: # build with ocean sim? if env['WITH_BF_OCEANSIM'] == 1: + env['WITH_BF_FFTW3'] = 1 # ocean needs fftw3 so enable it env['CPPFLAGS'].append('-DWITH_MOD_OCEANSIM') -- cgit v1.2.3