[spdlog] Do not build examples (#18639)

* Don't build spdlog examples

* Update port version
This commit is contained in:
Daumantas Kavolis 2021-07-01 15:36:27 +01:00 committed by GitHub
parent 71ffad876d
commit 2d44beed85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -21,6 +21,7 @@ vcpkg_cmake_configure(
-DSPDLOG_FMT_EXTERNAL=ON
-DSPDLOG_INSTALL=ON
-DSPDLOG_BUILD_SHARED=${SPDLOG_BUILD_SHARED}
-DSPDLOG_BUILD_EXAMPLE=OFF
)
vcpkg_cmake_install()

View File

@ -1,7 +1,7 @@
{
"name": "spdlog",
"version-semver": "1.8.5",
"port-version": 2,
"port-version": 3,
"description": "Very fast, header only, C++ logging library",
"homepage": "https://github.com/gabime/spdlog",
"dependencies": [

View File

@ -5926,7 +5926,7 @@
},
"spdlog": {
"baseline": "1.8.5",
"port-version": 2
"port-version": 3
},
"spectra": {
"baseline": "0.9.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f74643a7b8056237da08c41a653f5b0592870906",
"version-semver": "1.8.5",
"port-version": 3
},
{
"git-tree": "9aa80a12ad92e29cfc19df70b9fd615b4aa5997b",
"version-semver": "1.8.5",