Get rid of the broken scripts install

This commit is contained in:
Mark Roszko 2022-07-22 14:22:39 +00:00
parent 593eaf7ea3
commit ca3b3572ca
1 changed files with 0 additions and 11 deletions

View File

@ -1033,17 +1033,6 @@ add_custom_target( uninstall
# Installation
#================================================
###
# Install scripts
###
if( UNIX AND NOT APPLE )
install( DIRECTORY scripts
DESTINATION ${KICAD_DOCS}
COMPONENT resources
PATTERN "*.bat" EXCLUDE
)
endif()
include( CTest )
enable_testing()