diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e2e4c9e94..aead9692f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -689,14 +689,6 @@ if( KICAD_SCRIPTING OR KICAD_SCRIPTING_MODULES ) endif() -if( EXISTS ${CMAKE_SOURCE_DIR}/include/config.h ) - # This file may exist ( created by an alternate process to the svn test above), - # e.g. could be created by a checkout script that produces a source tar file. - # This directive means the about box will have the svn date & revision in it, - # but the hard coded release date ( program version) will be preserved. - add_definitions( -DHAVE_SVN_REVISION ) -endif() - if( APPLE ) # Remove app bundles in ${KICAD_BIN} before installing anything new. # Must be defined before all includes so that it is executed first.