[Smtk-developers] Problem with SMTK Master

David Thompson david.thompson at kitware.com
Mon May 25 13:45:04 EDT 2015


> SMTK in SuperBuild is at tag release-v1
> 
> From my SMTK Build Dir:
>  make smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i
> make: *** No rule to make target `smtk/CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i'.  Stop.

Err, sorry, that should probably be:

  cd smtk
  make CMakeFiles/smtkCore.dir/attribute/MeshSelectionItem.cxx.i

as the "*.cxx.i" targets only exist in Makefiles for the directory where the target was declared (smtkCore in this case).

	David


More information about the Smtk-developers mailing list