The OpenCMISSLocalConfig.cmake file is stored in an archpath under manage. However, it is stored outside the final build type directory in the archpath. This means that different build types can not have different configs. I need different configs for, say, Debug and Release build types in order to turn on/off various debug, profiling and testing features. Options to fix this are
- Move OpenCMISSLocalConfig.cmake into the build type directory (preferred as it will keep everything together) or
- Have an additional local config file in the build type directory that is read as well (not preferred as it may harder for somebody to configure as they have to do things in two different places).
In addition to the above the first release directory under manage is redundant.