build: Don't install *.bat scripts on Unix
This commit is contained in:
parent
8a62aeb18d
commit
c21a2a8a55
|
@ -770,6 +770,7 @@ if( UNIX )
|
||||||
install( DIRECTORY scripts
|
install( DIRECTORY scripts
|
||||||
DESTINATION ${KICAD_DOCS}
|
DESTINATION ${KICAD_DOCS}
|
||||||
COMPONENT resources
|
COMPONENT resources
|
||||||
|
PATTERN "*.bat" EXCLUDE
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue