Skip to content

chore(port): update threeal/checkwarning.cmake to v3 #200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/checkwarning-cmake/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
v${VERSION}
SHA512
1abbbdda06c54bcc860b8fa4230ba3019450361c8dce099f90d63c4526274507b72c5384bbadc359ce9b6d9c51ba9e00a47f92bd14c943b9ca69b57b4a57546c
d30ee36f4bfd730845bc944a6b3817af2278ca83fe8fd85c1988d03c961068a13682c964e35be3b808322a347c1c890c9946f3a11d536200e28d4e7c4020bf07
)

file(GLOB items ${SOURCE_PATH}/cmake/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/checkwarning-cmake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkwarning-cmake",
"version": "2.1.1",
"version": "3.0.0",
"description": "Check for compiler warnings in your CMake project.",
"homepage": "https://github.com/threeal/CheckWarning.cmake",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"port-version": 0
},
"checkwarning-cmake": {
"baseline": "2.1.1",
"baseline": "3.0.0",
"port-version": 0
},
"cmake-conan": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/checkwarning-cmake.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ce9966adb89da79ad1b2816bc20379629849ce02",
"version": "3.0.0",
"port-version": 0
},
{
"git-tree": "0cc212fa77c7e273810d15c3737e66d42ef9c1d8",
"version": "2.1.1",
Expand Down
Loading