| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012682 | Visomics | [All Projects] General | public | 2012-01-06 15:41 | 2012-01-06 15:41 |
|
| Reporter | Brian Helba | |
| Assigned To | Jean-Christophe Fillion-Robin | |
| Priority | urgent | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | |
| Platform | | OS | | OS Version | |
|
| Summary | 0012682: CMake variables not propagating from superbuild |
| Description | The CMake variables: "Visomics_KEGG_SERVER_HOSTNAME" and "Visomics_KEGG_SERVER_PORT", when set to non-default values in CMake, do not have their values propagate to the sub-superbuild in the "Visomics-build" directory.
The file "visomics-bin/CMakeCache.txt" will contain the properly updated variable values, but the file "visomics-bin/Visomics-build/CMakeCache.txt" will still contain default values.
|
| Additional Information | grep -rin "Visomics_KEGG_SERVER_HOSTNAME" ./visomics-bin/
./visomics-bin/CMakeCache.txt:861:Visomics_KEGG_SERVER_HOSTNAME:STRING=paraviewweb.kitware.com
./visomics-bin/Visomics-build/CMakeCache.txt:913:Visomics_KEGG_SERVER_HOSTNAME:STRING=visomics.kitware.com
./visomics-bin/Visomics-build/voConfigure.h:39:#define Visomics_KEGG_SERVER_HOSTNAME "visomics.kitware.com" |
| Tags | No tags attached. |
|
| Attached Files | |
|