Skip to content

Commit

Permalink
Update README.md (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians authored Aug 11, 2020
1 parent 5b44a69 commit 4f660d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ CPMAddPackage(
NAME Format.cmake
VERSION 1.6
GITHUB_REPOSITORY TheLartians/Format.cmake
OPTIONS # enable cmake formatting
OPTIONS # enable cmake formatting (optional)
"FORMAT_CHECK_CMAKE ON"
# skip scripts in the cmake directory
"CMAKE_FORMAT_EXCLUDE (^|/)cmake"
# path to exclude (optional, supports regular expressions)
"CMAKE_FORMAT_EXCLUDE cmake/CPM.cmake"
)
```

Expand Down

0 comments on commit 4f660d6

Please sign in to comment.