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
|
# Install scripts
|
||||||
###
|
###
|
||||||
if( UNIX )
|
if( UNIX AND NOT APPLE )
|
||||||
install( DIRECTORY scripts
|
install( DIRECTORY scripts
|
||||||
DESTINATION ${KICAD_DOCS}
|
DESTINATION ${KICAD_DOCS}
|
||||||
COMPONENT resources
|
COMPONENT resources
|
||||||
|
|
Loading…
Reference in New Issue