Files
CMake/Source
Brad King eeb47fbeb2 cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction
Copy the value to our `ConfigName` member on construction to ensure it
is available even to code paths that run before `Generate`.  We once
needed to delay this lookup until `Generate` because the local
generators were at one time created before `Configure`.  Now they are
created at generate time which is late enough to expect
`CMAKE_BUILD_TYPE` to be available.

Without this, `cmGlobalUnixMakefileGenerator3::WriteConvenienceRules`
causes use of `ConfigName` before it is populated which breaks use of
source files that depend on the `$<CONFIG>` generator expression.

Fixes: #16889
2017-05-15 11:51:57 -04:00
..
2017-01-12 19:29:52 +03:00
2017-05-15 00:01:03 -04:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-04-24 22:03:06 +02:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-11 22:35:21 +02:00
2017-04-24 22:03:06 +02:00
2017-05-08 10:03:15 -04:00
2017-05-06 00:03:47 +02:00
2017-05-11 10:00:12 -04:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-21 10:50:25 +02:00
2017-04-24 22:03:06 +02:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-05-11 09:54:19 -04:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-04-11 22:35:21 +02:00
2017-04-24 22:03:06 +02:00
2017-04-24 22:03:06 +02:00
2017-05-06 00:03:47 +02:00
2017-05-06 00:03:47 +02:00
2017-04-22 00:48:19 +02:00
2017-04-11 22:35:21 +02:00
2017-04-24 22:03:06 +02:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-04-11 22:35:21 +02:00
2017-05-03 12:46:27 -04:00
2017-05-03 12:46:27 -04:00
2017-05-03 12:46:27 -04:00
2017-05-03 12:46:27 -04:00
2017-04-11 22:35:21 +02:00
2017-04-24 22:03:06 +02:00
2017-05-08 22:29:44 +02:00