IAP GITLAB

Update Dependencies authored by Ralf Ulrich's avatar Ralf Ulrich
......@@ -5,8 +5,8 @@ Our aim is to keep the number of external dependencies as low as possible. Howev
- header only
- for linear algebra and geometry
- we provide our own version as third party
- avoid implicit boost dependencies: find with `grep -R "Eigen3_INCLUDE" .` and remove!
- use explicit boost dependence tracking with cmake target CORSIKAEigen3
- avoid implicit boost dependencies: find with `grep -Ri "Eigen3_INCLUDE" .` and remove!
- use explicit boost dependence tracking with cmake target CORSIKAeigen3
## boost
......
......