Hello, is there a way in cmake to determine if it is a svn or git working copy to use the individual commands? Such as: If svn then FindPackage(Svn)..... Else if git then FindPackage(Git)... Thanks in advance Best Regards NoRulez