From 4a5e5160e0f46c8cb70edd2da73048494c0d8b81 Mon Sep 17 00:00:00 2001 From: Edward Zhu Date: Mon, 6 Jun 2016 16:09:20 -0700 Subject: [PATCH] Swap setup order of boost and yaml due to yaml dependency on boost --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 1bd2436e3..d0d1154c5 100755 --- a/setup.sh +++ b/setup.sh @@ -138,10 +138,10 @@ run_setupscript "env" "Env directory" run_setupscript "cmake" "CMake" run_setupscript "gmocktest" "GMockTest" run_setupscript "jsoncpp" "JsonCPP" +run_setupscript "boost" "Boost" run_setupscript "yamlcpp" "YamlCPP" run_setupscript "neuralnet" "Neural Net" run_setupscript "bullet" "Bullet Physics Library" -run_setupscript "boost" "Boost" echo ""