MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012567 | CMake | Documentation | public | 2011-11-09 20:52 | 2013-03-04 08:38 |
Reporter | Mateusz Loskot | ||||
Assigned To | Rolf Eike Beer | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows | OS | Windows 7 Professional | OS Version | Windows 6.1 |
Product Version | CMake 2.8.6 | ||||
Target Version | CMake 2.8.10 | Fixed in Version | CMake 2.8.10 | ||
Summary | 0012567: MSVC11 variable is not documented, nor some other versions | ||||
Description | This version of CMake supports generator for Visual Studio 11 (current Developer Preview): C:\>cmake --help | grep "Visual Studio 11" Visual Studio 11 = Generates Visual Studio 11 project files. Visual Studio 11 Win64 = Generates Visual Studio 11 Win64 project However, MSVC11 variable is not set. So, CMake-provided modules like FindBoost.cmake can not perform libraries lookup effectively, because they rely on MSVCXY variable: ... elseif (MSVC90) set(_boost_COMPILER "-vc90") elseif (MSVC10) set(_boost_COMPILER "-vc100") ... It also looks FindBoost.cmake is lacking of elseif (MSVC11) set(_boost_COMPILER "-vc110") By the way, the documentation mentions only MSVC and MSVC80 variables: http://cmake.org/cmake/help/cmake-2-8-docs.html#variable:MSVC80 [^] It does not document variables for other versions of Visual C++ like MSVC71. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | 0001-add-documentation-for-all-MSVCxxx-version-variables-.patch (2,164) 2012-09-09 08:03 https://public.kitware.com/Bug/file/4469/0001-add-documentation-for-all-MSVCxxx-version-variables-.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-11-09 20:52 | Mateusz Loskot | New Issue | |||
2011-11-09 21:03 | Mateusz Loskot | Note Added: 0027741 | |||
2011-11-10 07:59 | Brad King | Status | new => resolved | ||
2011-11-10 07:59 | Brad King | Resolution | open => no change required | ||
2011-11-10 07:59 | Brad King | Assigned To | => Brad King | ||
2011-11-10 10:59 | David Cole | Fixed in Version | => CMake 2.8.7 | ||
2011-11-10 10:59 | David Cole | Target Version | => CMake 2.8.7 | ||
2011-11-10 11:02 | David Cole | Note Added: 0027746 | |||
2011-11-10 12:00 | Brad King | Assigned To | Brad King => David Cole | ||
2011-11-10 12:00 | Brad King | Status | resolved => feedback | ||
2011-11-10 12:00 | Brad King | Resolution | no change required => reopened | ||
2011-11-10 12:01 | Brad King | Status | feedback => assigned | ||
2011-11-10 12:01 | Brad King | Summary | MSVC11 variable is not set => MSVC11 variable is not documented, nor some other versions | ||
2011-12-13 19:26 | David Cole | Note Added: 0027969 | |||
2011-12-13 19:26 | David Cole | Fixed in Version | CMake 2.8.7 => | ||
2011-12-13 19:26 | David Cole | Target Version | CMake 2.8.7 => | ||
2012-08-13 15:40 | David Cole | Status | assigned => backlog | ||
2012-08-13 15:40 | David Cole | Note Added: 0030620 | |||
2012-09-09 08:03 | Rolf Eike Beer | File Added: 0001-add-documentation-for-all-MSVCxxx-version-variables-.patch | |||
2012-09-09 08:04 | Rolf Eike Beer | Note Added: 0030963 | |||
2012-09-10 08:45 | Brad King | Note Added: 0030974 | |||
2012-09-10 08:45 | Brad King | Assigned To | David Cole => Rolf Eike Beer | ||
2012-09-10 08:45 | Brad King | Status | backlog => assigned | ||
2012-09-10 08:45 | Brad King | Resolution | reopened => open | ||
2012-09-10 08:45 | Brad King | Target Version | => CMake 2.8.10 | ||
2012-09-12 15:55 | Rolf Eike Beer | Note Added: 0031019 | |||
2012-09-12 15:55 | Rolf Eike Beer | Status | assigned => resolved | ||
2012-09-12 15:55 | Rolf Eike Beer | Resolution | open => fixed | ||
2012-09-12 15:55 | Rolf Eike Beer | Category | CMake => Documentation | ||
2012-09-12 15:55 | Rolf Eike Beer | Fixed in Version | => CMake 2.8.10 | ||
2013-03-04 08:38 | Robert Maynard | Note Added: 0032447 | |||
2013-03-04 08:38 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|