Remove unused CMake option

This commit is contained in:
Ian McInerney 2020-09-30 23:27:37 +01:00
parent 38584e55dd
commit f1ebb64e51
1 changed files with 0 additions and 4 deletions

View File

@ -426,10 +426,6 @@ if( KICAD_USE_OCC )
unset( KICAD_USE_OCE CACHE ) unset( KICAD_USE_OCE CACHE )
endif() endif()
if( KICAD_USE_CUSTOM_PADS )
add_definitions( -DKICAD_USE_CUSTOM_PADS )
endif()
# KIFACE_SUFFIX is the file extension used for top level program modules which # KIFACE_SUFFIX is the file extension used for top level program modules which
# implement the KIFACE interface. A valid suffix starts with a period '.'. # implement the KIFACE interface. A valid suffix starts with a period '.'.