From ca3b3572ca6443bc1becf85b9a0ba461de623f56 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Fri, 22 Jul 2022 14:22:39 +0000 Subject: [PATCH] Get rid of the broken scripts install --- CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1df7e921a..b9b9ba8b91 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()