Browse Source

build: Don't install *.bat scripts on Unix

pull/5/merge
Marvin Schmidt 8 years ago
parent
commit
c21a2a8a55
  1. 1
      CMakeLists.txt

1
CMakeLists.txt

@ -770,6 +770,7 @@ if( UNIX )
install( DIRECTORY scripts
DESTINATION ${KICAD_DOCS}
COMPONENT resources
PATTERN "*.bat" EXCLUDE
)
endif()

Loading…
Cancel
Save