Skip to content

Commit

Permalink
Omit unnecessary scripts directory from MacOS build output
Browse files Browse the repository at this point in the history
  • Loading branch information
craftyjon committed Mar 31, 2018
1 parent e3d9a23 commit b813eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b813eac

Please sign in to comment.