Move PreConfig before base project configuration
Move the include of the project's PreConfig
before the base project
configuration. Previously (!522 (merged)) this was moved before its own
configuration but this is not early enough to be able to affect settings
in e.g. AtlasCompilerSettings.cmake
as this is also included by the
base project. This should finally fix ATLINFR-3229.