Files
CMake/Source
Brad King 42bb42d197 VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators
Initialize the CMAKE_CONFIGURATION_TYPES cache entry early during
EnableLanguage like the Xcode generator does.  Avoid depending on
the MSVC compiler information module to do it.  Otherwise code like

  project(MyProj NONE)

sets CMAKE_CONFIGURATION_TYPES late (in GenerateConfigurations), and
to only "Debug" and "Release" instead of the standard set of 4.

Reported-by: Paul Smith <paul@mad-scientist.net>
2013-05-13 11:07:46 -04:00
..
2013-05-13 00:01:02 -04:00
2013-01-07 21:20:11 +01:00
2012-09-28 17:00:52 -04:00
2012-09-28 17:00:52 -04:00
2012-07-18 12:17:39 +02:00
2013-02-08 13:38:56 -05:00