MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011830 | CMake | CMake | public | 2011-02-09 14:06 | 2016-06-10 14:31 |
| Reporter | Derek Bruening | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Intel | OS | Windows | OS Version | 7 |
| Product Version | CMake 2.8.3 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0011830: cmake --build and ctest_build() assume "Debug" is the default config for multi-config generators | ||||
| Description | If I change CMAKE_CONFIGURATION_TYPES: set(CMAKE_CONFIGURATION_TYPES "Release" CACHE STRING "" FORCE) prior to project() so that the only config choice is "Release", and then I try to build via "cmake --build ." or ctest_build(), cmake tries to build the Debug config and ends up failing w/ an up-front invalid command line error message from devenv. The workaround requires knowing the available config types, i.e., there's no way to build the default: % cmake --build . --config Release Or I can construct the build command myself: devenv DynamoRIO.sln /build Release /project ALL_BUILD This also seems to work (at least w/ VS2008), so this could be one way to fix this: devenv DynamoRIO.sln /build "" /project ALL_BUILD For me to use these I have to find where devenv is, find the name of the sln file, and know the magic name "ALL_BUILD". Regardless of the workaround it's extra work. It would be nice for the default build to build the default config. | ||||
| Steps To Reproduce | See description: set CMAKE_CONFIGURATION_TYPES to not have Debug | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-02-09 14:06 | Derek Bruening | New Issue | |||
| 2012-08-11 11:09 | David Cole | Status | new => backlog | ||
| 2012-08-11 11:09 | David Cole | Note Added: 0030231 | |||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0041799 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||