Notes |
|
(0027815)
|
Brad King
|
2011-11-17 16:08
|
|
The goal is to be able to have per-config values for WIN32_EXECUTABLE. We should just offer that:
add_executable(foo WIN32 foo.c)
set_property(TARGET foo PROPERTY WIN32_EXECUTABLE_DEBUG 0) |
|
|
(0029713)
|
sd-dm
|
2012-06-18 04:12
|
|
Workaround: Add the following lines to your application source:
#ifdef _DEBUG
#pragma comment(linker, "/SUBSYSTEM:CONSOLE")
#endif
Microsoft states that this is not supported (http://msdn.microsoft.com/en-us/library/7f0aews7.aspx [^]) but it perfectly works for our projects. |
|
|
(0031672)
|
David Cole
|
2012-11-21 15:44
|
|
Un-assigning bugs that are not on the active roadmap, which no developers are actively working on for the CMake 2.8.11 release.
If one gets put back on the roadmap, re-assign it appropriately at that time. |
|
|
(0031675)
|
David Cole
|
2012-11-21 15:45
|
|
Re-setting status back to "new" for bugs that are "assigned" but not assigned to a specific developer. When/if these bugs go back on the roadmap for a specific version, assignment to an appropriate developer should take place then... |
|
|
(0041929)
|
Kitware Robot
|
2016-06-10 14:28
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|