Omit unnecessary scripts directory from MacOS build output
This commit is contained in:
parent
e3d9a23867
commit
b813eac254
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue