Skip to content

Commit 5edefde

Browse files
authored
chore(deps): update dependency aminya/project_options to v0.44.0 (#47)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aminya/project_options](https://redirect.github.com/aminya/project_options) | minor | `0.43.0` → `0.44.0` | --- ### Release Notes <details> <summary>aminya/project_options (aminya/project_options)</summary> ### [`v0.44.0`](https://redirect.github.com/aminya/project_options/releases/tag/v0.44.0) [Compare Source](https://redirect.github.com/aminya/project_options/compare/v0.43.0...v0.44.0) #### What's Changed - feat: install runtimes for packages installed by **vcpkg** by [@&#8203;FeignClaims](https://redirect.github.com/FeignClaims) in [#&#8203;279](https://redirect.github.com/aminya/project_options/pull/279) - feat: install sanitizer runtime automatically by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;302](https://redirect.github.com/aminya/project_options/pull/302) - feat: install runtimes for packages installed by **conan** by [@&#8203;FeignClaims](https://redirect.github.com/FeignClaims) in [#&#8203;281](https://redirect.github.com/aminya/project_options/pull/281) Changes in v0.43.0 - fix: check hardening compiler flags before adding by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;297](https://redirect.github.com/aminya/project_options/pull/297) - fix: skip native sanitizers on Emscripten by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;298](https://redirect.github.com/aminya/project_options/pull/298) - feat: add LibFuzzer support by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;299](https://redirect.github.com/aminya/project_options/pull/299) - fix: stage MSVC AddressSanitizer runtime by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;300](https://redirect.github.com/aminya/project_options/pull/300) - fix: stage sanitizer runtime for install test by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;301](https://redirect.github.com/aminya/project_options/pull/301) Changes in v0.42.0-v0.42.1 - fix: thread-safe vcpkg bootstrap by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;296](https://redirect.github.com/aminya/project_options/pull/296) - feat: support Clang sanitizers on Windows by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;294](https://redirect.github.com/aminya/project_options/pull/294) - fix: checkout vcpkg before bootstrapping by [@&#8203;aminya](https://redirect.github.com/aminya) in [#&#8203;295](https://redirect.github.com/aminya/project_options/pull/295) **Full Changelog**: <aminya/project_options@v0.43.0...v0.44.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/gf712/python-cpp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS4zIiwidXBkYXRlZEluVmVyIjoiNDQuNjEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents f4c0f9e + 0daba0c commit 5edefde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CPMAddPackage("gh:jarro2783/cxxopts@3.3.1")
2929
CPMAddPackage("gh:Tessil/ordered-map@1.2.0")
3030
CPMAddPackage("gh:python/cpython@3.9.25")
3131
CPMAddPackage("gh:antirez/linenoise#2.0")
32-
CPMAddPackage("gh:aminya/project_options@0.43.0")
32+
CPMAddPackage("gh:aminya/project_options@0.44.0")
3333

3434
if(linenoise_ADDED)
3535
add_library(linenoise ${linenoise_SOURCE_DIR}/linenoise.c)

0 commit comments

Comments
 (0)