From 25029be9969ce622a1082ac04f7842320daeeb0f Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Wed, 2 Jan 2019 23:22:12 +0100 Subject: [PATCH] Fixing compilation on devices for CMake --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fcfd446..3ea60f7 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ if [ ! -d $HOME/openfpm_dependencies/openfpm_devices/BOOST ]; then fi sh ./autogen.sh -sh ./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/ +sh ./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/BOOST make -- GitLab