MantisBT - Visomics
View Issue Details
0012662Visomics[All Projects] Generalpublic2012-01-06 15:412012-01-06 15:41
Brian Helba 
Jean-Christophe Fillion-Robin 
urgentminorhave not tried
assignedopen 
0012662: CMake variables not propagating from superbuild
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.
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"
No tags attached.
Issue History
2012-01-06 15:41Matthew BowmanNew Issue
2012-01-06 15:41Matthew BowmanAssigned To => Jean-Christophe Fillion-Robin

There are no notes attached to this issue.