MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011740 | CMake | CMake | public | 2011-01-21 03:21 | 2016-06-10 14:31 |
|
Reporter | Xavier Décoret | |
Assigned To | Kitware Robot | |
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | moved | |
Platform | Dell | OS | Windows | OS Version | XP |
Product Version | CMake 2.8.3 | |
Target Version | | Fixed in Version | | |
|
Summary | 0011740: NMake improperly located |
Description | In InstallRequiredSystemLibraries.cmake, the location of vc redist is inferred either from the registry or from the location of cmake command.
The latter does not work when running with "NMake Makefiles" generator. Line 50, 51 the values are:
CMAKE_MAKE_PROGRAM is nmake
so devenv_dir is set to ""
so base_dir is set to ""
This would work only if CMAKE_MAKE_PROGRAM was an absolute path.
|
Steps To Reproduce | |
Additional Information | This feature is important if building from a non standard installation of Visual Studio, which happen to be the case on our build farm. The registry key are not set. The whole build works, except for nmake install. It is missing MSVC90.dll, and InstallSystemRequiredLibraries won't work, unless customized. |
Tags | No tags attached. |
Relationships | related to | 0011955 | closed | Kitware Robot | InstallSystemRuntimeLibraries has faulty detection of Visual Studio locations, fails on 64-bit |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-01-21 03:21 | Xavier Décoret | New Issue | |
2011-01-21 10:35 | David Cole | Assigned To | => David Cole |
2011-01-21 10:35 | David Cole | Status | new => assigned |
2011-03-09 19:31 | David Cole | Relationship added | related to 0011955 |
2012-08-13 15:06 | David Cole | Status | assigned => new |
2012-08-13 15:06 | David Cole | Note Added: 0030584 | |
2012-08-13 15:07 | David Cole | Status | new => backlog |
2012-08-13 15:21 | David Cole | Assigned To | David Cole => |
2016-06-10 14:28 | Kitware Robot | Note Added: 0041781 | |
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 |