From 522ef5da45ad173823c33d24752e24099656982a Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de>
Date: Mon, 7 Sep 2020 17:15:18 +0200
Subject: [PATCH] update ThirdParty.dox to actually used boost libraries

---
 ThirdParty/ThirdParty.dox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ThirdParty/ThirdParty.dox b/ThirdParty/ThirdParty.dox
index 887e03e98..a271a23fa 100644
--- a/ThirdParty/ThirdParty.dox
+++ b/ThirdParty/ThirdParty.dox
@@ -58,7 +58,7 @@ Unpack source code somewhere, go to into the folder.
 Run these commands:
 
     ./bootstrap && ./b2 tools/bcp
-    ./dist/bin/bcp mp11 iterator core format interval optional type_index histogram ./dist
+    ./dist/bin/bcp histogram multiarray math ./dist
     mv ./dist/boost <CORSIKA-path>/ThirdParty/boost
 
 @section Pythia8
-- 
GitLab