Skip to content

Commit

Permalink
[stduuid] Making changes requested in pull request microsoft#16382.
Browse files Browse the repository at this point in the history
  • Loading branch information
damcclos committed Feb 25, 2021
1 parent aa75c0c commit 61f4ead
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ports/stduuid/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
${FEATURE_OPTIONS}
${FEATURE_OPTIONS}
)

vcpkg_install_cmake()
Expand Down
40 changes: 18 additions & 22 deletions ports/stduuid/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
{
"name": "stduuid",
"version-string": "1.0-5890c94",
"description": "A C++17 cross-platform single-header library implementation for universally unique identifiers, simply know as either UUID or GUID (mostly on Windows)",
"homepage": "https://github.com/mariusbancila/stduuid",
"license": "MIT",
"features": [
{
"name": "test",
"description": "Build the unit tests"
},
{
"name": "system-gen",
"description": "Enable operating system uuid generator"
},
{
"name": "cxx20-span",
"description": "Using span from std instead of gsl"
}
]
}

{
"name": "stduuid",
"version-string": "2019-02-23",
"description": "A C++17 cross-platform single-header library implementation for universally unique identifiers, simply know as either UUID or GUID (mostly on Windows)",
"homepage": "https://github.com/mariusbancila/stduuid",
"license": "MIT",
"features": {
"cxx20-span": {
"description": "Using span from std instead of gsl"
},
"system-gen": {
"description": "Enable operating system uuid generator"
},
"test": {
"description": "Build the unit tests"
}
}
}

0 comments on commit 61f4ead

Please sign in to comment.