Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no longer add ITK to global path in exported CMake
It turns out that we don't need `include(${ITK_USE_FILE})` in STIRConfig.cmake. This therefore avoids adding the ITK include directory to the global include path. Effectively fixes #432 as when building STIR, we don't mind (currently anyway).
- Loading branch information