Skip to content

Do not export include/VecCore as include directory

Guilherme Amadio requested to merge fix/geantv into master

The directory include/VecCore/ should not be added to the include path directly. If it is, header names will clash and compilation will break. The right way is to add the parent include/ directory to the path, and use #include <VecCore/VecCore> instead.

Merge request reports