Skip to content

Commit

Permalink
build(deps): bump the submodules group with 2 updates (#214)
Browse files Browse the repository at this point in the history
* build(deps): bump the submodules group with 2 updates

Bumps the submodules group with 2 updates: [bgfx](https://github.com/bkaradzic/bgfx) and [bx](https://github.com/bkaradzic/bx).


Updates `bgfx` from `e2c5b1d` to `8b6a6bd`
- [Commits](bkaradzic/bgfx@e2c5b1d...8b6a6bd)

Updates `bx` from `96748d9` to `198cd12`
- [Commits](bkaradzic/bx@96748d9...198cd12)

---
updated-dependencies:
- dependency-name: bgfx
  dependency-type: direct:production
  dependency-group: submodules
- dependency-name: bx
  dependency-type: direct:production
  dependency-group: submodules
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update to c++17

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sandy <[email protected]>
  • Loading branch information
dependabot[bot] and bwrsandman authored Aug 1, 2023
1 parent 560dcb2 commit 38de01c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(bgfx)
cmake_policy(SET CMP0054 NEW)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down
2 changes: 1 addition & 1 deletion bgfx
Submodule bgfx updated 138 files
2 changes: 1 addition & 1 deletion bx

0 comments on commit 38de01c

Please sign in to comment.