[CMake] CMAKE_CFG_INTDIR

Hendrik Sattler post at hendrik-sattler.de
Mon Sep 15 13:29:58 EDT 2014



On 15. September 2014 12:01:35 MESZ, "Daniele E. Domenichelli" <daniele.domenichelli at gmail.com> wrote:
>Hello,
>
>
>Is there an alternative variable for CMAKE_CFG_INTDIR that can be used
>in configure time, instead of build time?
>
>If there is not, is it safe to assume that the name of the directory is
>equal to the name of the current configuration?

The variable is called CMAKE_BUILD_TYPE and is only valid for generators that build a single configuration, e.g. Makefile generators and Ninja.

HS




More information about the CMake mailing list