MantisBT - CMake
View Issue Details
0011740CMakeCMakepublic2011-01-21 03:212016-06-10 14:31
Xavier Décoret 
Kitware Robot 
normaltweakalways
closedmoved 
DellWindowsXP
CMake 2.8.3 
 
0011740: NMake improperly located
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.
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.
No tags attached.
related to 0011955closed Kitware Robot InstallSystemRuntimeLibraries has faulty detection of Visual Studio locations, fails on 64-bit 
Issue History
2011-01-21 03:21Xavier DécoretNew Issue
2011-01-21 10:35David ColeAssigned To => David Cole
2011-01-21 10:35David ColeStatusnew => assigned
2011-03-09 19:31David ColeRelationship addedrelated to 0011955
2012-08-13 15:06David ColeStatusassigned => new
2012-08-13 15:06David ColeNote Added: 0030584
2012-08-13 15:07David ColeStatusnew => backlog
2012-08-13 15:21David ColeAssigned ToDavid Cole =>
2016-06-10 14:28Kitware RobotNote Added: 0041781
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0030584)
David Cole   
2012-08-13 15:06   
Sending old, not-recently-updated issues to the backlog.

(The age of the bug alone means that nobody is actively working on it...)

If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it: http://www.cmake.org/mailman/listinfo/cmake [^]

It's easy to re-activate a bug here if you can find a CMake developer who has the bandwidth to take it on, and ferry a fix through to our 'next' branch for dashboard testing.
(0041781)
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.