You could switch to git :-) so there are not all these .svn dirs splatted all over the tree... One of the many things I hate about svn and love about git. But in all seriousness try using the PATTERN "svn" EXCLUDE. I have not used this, let me know if it works.<br>
<br> install(DIRECTORY icons scripts/ DESTINATION share/myproj<br> PATTERN "CVS" EXCLUDE<br> PATTERN "scripts/*"<br> PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ<br> GROUP_EXECUTE GROUP_READ)<br>
<br><br>