View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0010138 | CMake | Modules | public | 2010-01-13 17:40 | 2016-06-10 14:21 | ||||
Reporter | Clinton Stimpson | ||||||||
Assigned To | Clinton Stimpson | ||||||||
Priority | high | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | duplicate | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0010138: GetPrerequisties can't find dumpbin for non-default installation | ||||||||
Description | GetPrerequisites.cmake has things like this: "C:/Program Files/Microsoft Visual Studio 8/VC/BIN" "C:/Program Files (x86)/Microsoft Visual Studio 8/VC/BIN" It should instead do something like this: "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\8.0;InstallDir]/../../VC/bin" "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\VisualStudio\\8.0;InstallDir]/../../VC/bin" | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0024436) David Cole (manager) 2011-01-05 15:50 edited on: 2011-01-05 15:50 |
An easy workaround for this issue would be to set the variable "gp_cmd" to point to the full path of the dumpbin you want to use before including GetPrerequisites and calling its functions. Or, alternatively: set(ENV{PATH} "C:/dir/to/dumpbin;$ENV{PATH}") before including/calling... |
(0024437) David Cole (manager) 2011-01-05 15:50 |
Unsetting the target version field. Since there is an easy workaround, and plenty of other more important bugs to try to finish for the 2.8.4 release, this one is: deferred until later. |
(0041164) Kitware Robot (administrator) 2016-06-10 14:21 |
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. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2010-01-13 17:40 | Clinton Stimpson | New Issue | |
2010-07-13 09:31 | Bill Hoffman | Status | new => assigned |
2010-07-13 09:31 | Bill Hoffman | Assigned To | => David Cole |
2010-09-09 17:47 | David Cole | Priority | normal => high |
2010-09-09 17:47 | David Cole | Description Updated | |
2010-11-10 21:09 | David Cole | Target Version | => CMake 2.8.4 |
2011-01-05 15:50 | David Cole | Note Added: 0024436 | |
2011-01-05 15:50 | David Cole | Note Added: 0024437 | |
2011-01-05 15:50 | David Cole | Target Version | CMake 2.8.4 => |
2011-01-05 15:50 | David Cole | Note Edited: 0024436 | |
2011-10-25 22:25 | David Cole | Status | assigned => backlog |
2011-10-25 22:27 | David Cole | Assigned To | David Cole => |
2016-05-25 11:01 | Clinton Stimpson | Relationship added | duplicate of 0016108 |
2016-05-25 11:01 | Clinton Stimpson | Status | backlog => resolved |
2016-05-25 11:01 | Clinton Stimpson | Resolution | open => duplicate |
2016-05-25 11:01 | Clinton Stimpson | Assigned To | => Clinton Stimpson |
2016-06-10 14:21 | Kitware Robot | Note Added: 0041164 | |
2016-06-10 14:21 | Kitware Robot | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |