Skip to content

OpenCMISSLocalConfig doesn't differentiate between Debug and Release build types #110

@chrispbradley

Description

@chrispbradley

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

  1. Move OpenCMISSLocalConfig.cmake into the build type directory (preferred as it will keep everything together) or
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions