Skip to content

chore(port): update aminya/project_options to v0.36.6 #201

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 5, 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/aminya-project-options/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
018a416906253efc2c4d59f600c77a6f44c55df80b2f79658b5b8ffaa34218fc03f18b46c48263811cbba91f4b953cf3ba95d88c6e513fd3aa611dd968fa574c
0d92af498d4dbd1fc03a4d83a481b3a3157f0e665ea7f7ce2abdcdfcb1e91a105171c7a4826f00ebca78f654a1a340dbab31245e383499404bf1ced672283589
)

file(GLOB items ${SOURCE_PATH}/src/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/aminya-project-options/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aminya-project-options",
"version": "0.36.5",
"version": "0.36.6",
"description": "A general-purpose CMake library that provides functions that improve the CMake experience following the best practices.",
"homepage": "https://github.com/aminya/project_options",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aminya-project-options.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6a8223abbf9b66244696f21731f0fa7fb364541d",
"version": "0.36.6",
"port-version": 0
},
{
"git-tree": "814eb8c58b6e2fe51bfc78e8e893d7a36fb010f0",
"version": "0.36.5",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": {
"aminya-project-options": {
"baseline": "0.36.5",
"baseline": "0.36.6",
"port-version": 0
},
"andrew-hardin-cmake-git-version-tracking": {
Expand Down
Loading