Skip to content

Add GEOMODEL_INCLUDE_DIRS to include search path for packages depending on GeoModel.

Joseph Boudreau requested to merge boudreau/athena:main into main

CMakeLists.txt files have been updated for all instances which depend on the GeoModel core libraries but which do not explicitely include ${GEOMODEL_INCLUDE_DIRS}. Without this we are in danger of mixing header files from two sources, and this is actually now happening in the GeoModel early fault detection pipeline.

Edited by Joseph Boudreau

Merge request reports