diff options
| author | Charles Milette <charles.milette@gmail.com> | 2021-03-01 14:49:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 11:49:24 -0800 |
| commit | 94db0dc3a082aff5701dde9bea05d022199f2be9 (patch) | |
| tree | 93dcd6e1b7e6f0e273893df1570d71ef547a3898 /ports | |
| parent | a6043e4fd21c600bd1fefe6afd300e41c763f74a (diff) | |
| download | vcpkg-94db0dc3a082aff5701dde9bea05d022199f2be9.tar.gz vcpkg-94db0dc3a082aff5701dde9bea05d022199f2be9.zip | |
[vcpkg-cmake] Fix typo in vcpkg_cmake_configure that prevented custom triplets from working (#16468)
* Fix typo in vcpkg_cmake_configure that prevented custom triplets from working
* Bump version
* Update baseline
* Update versions file
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/vcpkg-cmake/vcpkg.json | 2 | ||||
| -rw-r--r-- | ports/vcpkg-cmake/vcpkg_cmake_configure.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/vcpkg-cmake/vcpkg.json b/ports/vcpkg-cmake/vcpkg.json index cc7a12c04..029b7d6eb 100644 --- a/ports/vcpkg-cmake/vcpkg.json +++ b/ports/vcpkg-cmake/vcpkg.json @@ -1,4 +1,4 @@ { "name": "vcpkg-cmake", - "version-date": "2021-02-26" + "version-date": "2021-02-28" } diff --git a/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake b/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake index a7d96dbc3..9f49a7d5c 100644 --- a/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake +++ b/ports/vcpkg-cmake/vcpkg_cmake_configure.cmake @@ -222,7 +222,7 @@ function(vcpkg_cmake_configure) endif() z_vcpkg_cmake_configure_both_set_or_unset(VCPKG_CXX_FLAGS_DEBUG VCPKG_C_FLAGS_DEBUG) - z_vcpkg_cmake_configure_both_set_or_unset(VCPKG_CXX_FLAGS_RELEASE VCPKG_C_FLAGS_RELASE) + z_vcpkg_cmake_configure_both_set_or_unset(VCPKG_CXX_FLAGS_RELEASE VCPKG_C_FLAGS_RELEASE) z_vcpkg_cmake_configure_both_set_or_unset(VCPKG_CXX_FLAGS VCPKG_C_FLAGS) set(VCPKG_SET_CHARSET_FLAG ON) |
