Skip to content

Commit 760266d

Browse files
authored
cmake: Do not install .dvc files in the doc directory (#8514)
1 parent 5bc923f commit 760266d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ install (DIRECTORY examples
6666
PATTERN "CMakeLists.txt" EXCLUDE
6767
PATTERN "gmt.history" EXCLUDE
6868
PATTERN ".DS_Store" EXCLUDE
69+
PATTERN "*.dvc" EXCLUDE
6970
REGEX "[.](cmake|in|ps)$" EXCLUDE)

0 commit comments

Comments
 (0)