From 5cba0859a9975a204eb91ed971ee6f308c2d59f6 Mon Sep 17 00:00:00 2001
From: Martin Beseda <martin.beseda@vsb.cz>
Date: Thu, 17 Jan 2019 19:24:31 +0100
Subject: [PATCH] FIX: Boost is being rebuilt again

---
 build_scripts/linux/linux_gcc_build_x64_debug_local.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_scripts/linux/linux_gcc_build_x64_debug_local.sh b/build_scripts/linux/linux_gcc_build_x64_debug_local.sh
index 9371473b..2014c0cd 100755
--- a/build_scripts/linux/linux_gcc_build_x64_debug_local.sh
+++ b/build_scripts/linux/linux_gcc_build_x64_debug_local.sh
@@ -13,7 +13,7 @@ BUILD_EXAMPLES=yes
 BUILD_TESTS=yes
 
 # Should we rebuild BOOST? (yes/no)
-REBUILD_BOOST=no
+REBUILD_BOOST=yes
 # Should we build the lib4neuro library? (yes)
 BUILD_LIB=yes
 
-- 
GitLab