← Back to team overview

kicad-developers team mailing list archive

[PATCH 04/12] build: Don't install *.bat scripts on Unix

 

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a8ee4518..efd02e103 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -774,6 +774,7 @@ if( UNIX )
     install( DIRECTORY scripts
         DESTINATION ${KICAD_DOCS}
         COMPONENT resources
+        PATTERN "*.bat" EXCLUDE
         )
 endif()
 
-- 
2.14.1



References