Skip to content

Commit 9863d7a

Browse files
committed
Bump infra beman-submodule to latest main
This fixes support for CMake 4.3.3.
1 parent 29fd521 commit 9863d7a

6 files changed

Lines changed: 12 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[beman_submodule]
22
remote=https://github.com/bemanproject/infra.git
3-
commit_hash=eb7b7c3688bd8f26ab0c145e3147df9a8f2ec8ce
3+
commit_hash=d536fc285ae058cf8f5b736b5ff73d18a421b296
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @ednolan @neatudarius @rishyak @wusatosi @JeffGarland
1+
* @ednolan @rishyak @wusatosi @JeffGarland

cookiecutter/{{cookiecutter.project_name}}/infra/cmake/enable-experimental-import-std.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,8 @@ elseif(CMAKE_VERSION VERSION_EQUAL "4.3.2")
187187
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
188188
"451f2fe2-a8a2-47c3-bc32-94786d8fc91b"
189189
)
190+
elseif(CMAKE_VERSION VERSION_EQUAL "4.3.3")
191+
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
192+
"451f2fe2-a8a2-47c3-bc32-94786d8fc91b"
193+
)
190194
endif()

infra/.beman_submodule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[beman_submodule]
22
remote=https://github.com/bemanproject/infra.git
3-
commit_hash=eb7b7c3688bd8f26ab0c145e3147df9a8f2ec8ce
3+
commit_hash=d536fc285ae058cf8f5b736b5ff73d18a421b296

infra/.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @ednolan @neatudarius @rishyak @wusatosi @JeffGarland
1+
* @ednolan @rishyak @wusatosi @JeffGarland

infra/cmake/enable-experimental-import-std.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,8 @@ elseif(CMAKE_VERSION VERSION_EQUAL "4.3.2")
187187
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
188188
"451f2fe2-a8a2-47c3-bc32-94786d8fc91b"
189189
)
190+
elseif(CMAKE_VERSION VERSION_EQUAL "4.3.3")
191+
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
192+
"451f2fe2-a8a2-47c3-bc32-94786d8fc91b"
193+
)
190194
endif()

0 commit comments

Comments
 (0)