Omit unnecessary scripts directory from MacOS build output

This commit is contained in:
Jon Evans 2018-03-30 22:56:51 -04:00
parent e3d9a23867
commit b813eac254
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ add_custom_target( uninstall
###
# Install scripts
###
if( UNIX )
if( UNIX AND NOT APPLE )
install( DIRECTORY scripts
DESTINATION ${KICAD_DOCS}
COMPONENT resources