Skip to content

Commit 70354af

Browse files
committed
Fix beman-submodule after resync
1 parent d0e1699 commit 70354af

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2-
if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.3.0")
2+
if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.4.0")
3+
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
4+
"f35a9ac6-8463-4d38-8eec-5d6008153e7d"
5+
)
6+
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "4.3.0")
37
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
48
"451f2fe2-a8a2-47c3-bc32-94786d8fc91b"
59
)

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2-
if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.3.0")
2+
if(CMAKE_VERSION VERSION_GREATER_EQUAL "4.4.0")
3+
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
4+
"f35a9ac6-8463-4d38-8eec-5d6008153e7d"
5+
)
6+
elseif(CMAKE_VERSION VERSION_GREATER_EQUAL "4.3.0")
37
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
48
"451f2fe2-a8a2-47c3-bc32-94786d8fc91b"
59
)

0 commit comments

Comments
 (0)