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 ...@@ -5,8 +5,8 @@ Our aim is to keep the number of external dependencies as low as possible. Howev
- header only - header only
- for linear algebra and geometry - for linear algebra and geometry
- we provide our own version as third party - we provide our own version as third party
- avoid implicit boost dependencies: find with `grep -R "Eigen3_INCLUDE" .` and remove! - avoid implicit boost dependencies: find with `grep -Ri "Eigen3_INCLUDE" .` and remove!
- use explicit boost dependence tracking with cmake target CORSIKAEigen3 - use explicit boost dependence tracking with cmake target CORSIKAeigen3
## boost ## boost
... ...
......