Homec4science

ask cmake for per-configuration output subdir

Authored by Herbert Thielen <thielen@hs-worms.de> on Aug 30 2017, 12:59.

Description

ask cmake for per-configuration output subdir

On single-configuration build systems as Makefile Generators, there is
no subdirectory for the configuration in the build tree - therefore ask
cmake for the subdir by using CMAKE_CFG_INTDIR, which is just '.' on
single-configuration build systems (Linux et al.).

Event Timeline

Herbert Thielen <thielen@hs-worms.de> committed R9484:73d58dd4c838: ask cmake for per-configuration output subdir (authored by Herbert Thielen <thielen@hs-worms.de>).Aug 30 2017, 12:59