Notes |
|
(0025302)
|
Alex Neundorf
|
2011-02-05 15:09
|
|
For cmake-gui this can be done by setting the STRINGS property of the cache entry:
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "DEBUG;RELEASE;MY_BUILD_TYPE")
Alex |
|
|
(0025303)
|
David Doria
|
2011-02-05 15:40
|
|
Shouldn't this be the default though, rather than having to add that line to every CMakeLists.txt file? |
|
|
(0026600)
|
David Cole
|
2011-05-25 17:20
|
|
Not for 2.8.5 - postponing until a future release |
|
|
(0027930)
|
David Cole
|
2011-12-06 19:40
|
|
|
|
(0027931)
|
David Cole
|
2011-12-06 19:42
|
|
Another thing to consider about CMAKE_BUILD_TYPE specifically is that some projects use custom values for this entry that are not one of the standard well-known set {None, Debug, Release, RelWithDebInfo, MinSizeRel}... |
|
|
(0041795)
|
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. |
|