Skip to content

remove SVN detection

Benjamin Bross requested to merge bross/VVCSoftware_BMS:noSVN-fix into master

With new Xcode and clang-10.0 SVN revision number detection in CMakeLists.txt causes a compilation error with cyclic redundancies.

  • Fix by removing this feature completely. (useless in git repo)
  • Not affecting results

Merge request reports