Skip to content

Commit

Permalink
style(cmake): fix the format of package-lock.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Sep 11, 2023
1 parent ff5c1e9 commit ea5be50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions .cmake-format
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"additional_commands": {
"cpmdeclarepackage": {
"kwargs": {
"VERSION": 1,
"GITHUB_REPOSITORY": 1,
"SYSTEM": 1,
"EXCLUDE_FROM_ALL": 1
}
}
},
"enable_markup": false,
"line_width": 120
}
12 changes: 6 additions & 6 deletions package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# This file should be committed to version control

# Format.cmake
CPMDeclarePackage(Format.cmake
cpmdeclarepackage(
Format.cmake
VERSION 1.7.3
GITHUB_REPOSITORY TheLartians/Format.cmake
SYSTEM YES
EXCLUDE_FROM_ALL YES
)
EXCLUDE_FROM_ALL YES)
# Catch2
CPMDeclarePackage(Catch2
cpmdeclarepackage(
Catch2
VERSION 3.4.0
GITHUB_REPOSITORY catchorg/Catch2
SYSTEM YES
EXCLUDE_FROM_ALL YES
)
EXCLUDE_FROM_ALL YES)

0 comments on commit ea5be50

Please sign in to comment.