summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakhropov <[email protected]>2024-05-21 12:12:01 +0300
committerakhropov <[email protected]>2024-05-21 12:24:49 +0300
commit8c2f10cdbdfaa2fe61a2d09b380a696ff2f299db (patch)
treeb2218019e1de0f1086ac2dd19bbe0fe69d3fc8fa
parentcba4f614c9da153301c4de924bd01216069707e2 (diff)
Add darwin-x86_64 profile to generator.toml.
797a63585c218caba357e08ce955ea4e944e1e1c
-rw-r--r--build/export_generators/cmake/generator.toml4
-rw-r--r--build/export_generators/hardcoded-cmake/cmake/conan-profiles/macos.x86_64.profile11
-rw-r--r--build/export_generators/hardcoded-cmake/generator.toml4
3 files changed, 19 insertions, 0 deletions
diff --git a/build/export_generators/cmake/generator.toml b/build/export_generators/cmake/generator.toml
index 96d21b0314b..fefde9e0b28 100644
--- a/build/export_generators/cmake/generator.toml
+++ b/build/export_generators/cmake/generator.toml
@@ -287,5 +287,9 @@ platforms=[
copy=["cmake/conan-profiles/linux.ppc64le.profile"]
[[rules]]
+platforms=["darwin-x86_64"]
+copy=["cmake/conan-profiles/macos.x86_64.profile"]
+
+[[rules]]
platforms=["darwin-arm64"]
copy=["cmake/conan-profiles/macos.arm64.profile"]
diff --git a/build/export_generators/hardcoded-cmake/cmake/conan-profiles/macos.x86_64.profile b/build/export_generators/hardcoded-cmake/cmake/conan-profiles/macos.x86_64.profile
new file mode 100644
index 00000000000..3370b885481
--- /dev/null
+++ b/build/export_generators/hardcoded-cmake/cmake/conan-profiles/macos.x86_64.profile
@@ -0,0 +1,11 @@
+include(default)
+[settings]
+arch=x86_64
+build_type=Release
+compiler=clang
+compiler.libcxx=libc++
+compiler.version=14
+compiler.cppstd=20
+os=Macos
+[options]
+[env]
diff --git a/build/export_generators/hardcoded-cmake/generator.toml b/build/export_generators/hardcoded-cmake/generator.toml
index 9ccb07975a7..bb23e39a481 100644
--- a/build/export_generators/hardcoded-cmake/generator.toml
+++ b/build/export_generators/hardcoded-cmake/generator.toml
@@ -248,5 +248,9 @@ platforms=[
copy=["cmake/conan-profiles/linux.ppc64le.profile"]
[[rules]]
+platforms=["darwin-x86_64"]
+copy=["cmake/conan-profiles/macos.x86_64.profile"]
+
+[[rules]]
platforms=["darwin-arm64"]
copy=["cmake/conan-profiles/macos.arm64.profile"]