Skip to content

Commit

Permalink
Merge pull request #2 from GEOS-ESM/bugfix/mathomp4/#1-fix-git-copy
Browse files Browse the repository at this point in the history
Fixes #1. Exclude .git dir from copy
  • Loading branch information
bena-nasa authored Sep 6, 2019
2 parents 3ec6d32 + ca42d9c commit 2d4df89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ install (
USE_SOURCE_PERMISSIONS
MESSAGE_NEVER
PATTERN "CMakeLists.txt" EXCLUDE
PATTERN ".git" EXCLUDE
)

0 comments on commit 2d4df89

Please sign in to comment.