[Smtk-developers] Builders beware: Header install location changing

David Thompson david.thompson at kitware.com
Fri May 22 15:27:40 EDT 2015


Hi all,

SMTK is about to start installing its headers into a different location (${PREFIX}/include/smtk/${SMTK_VERSION}/smtk instead of ${PREFIX}/include/smtk). CMB merge request #33 keeps CMB compiling but does require you to remove SMTK_INCLUDE_DIR from your CMB CMakeCache.txt file before rebuilding. It would also be wise to wipe the ${PREFIX}/include/smtk directory before updating+installing SMTK so that CMB doesn't find the old headers and break down the road.

This change should make the build+test process less fragile since SMTK builds will no longer find installed headers and try to use those. I will merge the change to SMTK/master right now and wait until folks are ready to merge SMTK/master to SMTK/release-v1. The latter should happen coincidental with MR#33 merging on CMB.

	David


More information about the Smtk-developers mailing list