Homec4science

Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX

Authored by David Neto <dneto@google.com> on Feb 26 2018, 20:54.

Description

Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX

CMAKE_DEBUG_POSTFIX is a global configuration parameter, and
changing it pollutes the configuration space for other projects
that enclose this project.

DEBUG_POSTFIX is better to use since it is a target-specific poperty.

Fixes #1334
Fixes #1268

Details

Committed
David Neto <dneto@google.com>Feb 26 2018, 21:58
Pushed
trottetDec 4 2019, 13:52
Parents
R9484:ac34e6c95092: Merge pull request #1472 from AndersSundmanTobii/master
Branches
Unknown
Tags
Unknown

Event Timeline

David Neto <dneto@google.com> committed R9484:20074be19a9c: Use DEBUG_POSTFIX instead of CMAKE_DEBUG_POSTFIX (authored by David Neto <dneto@google.com>).Feb 26 2018, 21:58