From a00b056cf746e31076802bee550d9393e170ab46 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 15:19:13 -0700 Subject: [PATCH] Testing conan on linux. --- profiles/Linux_AARCH64_Debug | 2 +- profiles/Linux_AARCH64_Release | 2 +- profiles/Linux_x86_64_Debug | 2 +- profiles/Linux_x86_64_Release | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/Linux_AARCH64_Debug b/profiles/Linux_AARCH64_Debug index 7877423..cd8bf08 100644 --- a/profiles/Linux_AARCH64_Debug +++ b/profiles/Linux_AARCH64_Debug @@ -3,5 +3,5 @@ os=Linux arch=armv8 compiler=gcc compiler.version=12 -compiler.libcxx=libstdc++20 +compiler.libcxx=libstdc++11 build_type=Debug \ No newline at end of file diff --git a/profiles/Linux_AARCH64_Release b/profiles/Linux_AARCH64_Release index 2424d31..8a3169c 100644 --- a/profiles/Linux_AARCH64_Release +++ b/profiles/Linux_AARCH64_Release @@ -3,5 +3,5 @@ os=Linux arch=armv8 compiler=gcc compiler.version=12 -compiler.libcxx=libstdc++20 +compiler.libcxx=libstdc++11 build_type=Release \ No newline at end of file diff --git a/profiles/Linux_x86_64_Debug b/profiles/Linux_x86_64_Debug index 967b64b..356b552 100644 --- a/profiles/Linux_x86_64_Debug +++ b/profiles/Linux_x86_64_Debug @@ -3,5 +3,5 @@ os=Linux arch=x86_64 compiler=gcc compiler.version=14 -compiler.libcxx=libstdc++20 +compiler.libcxx=libstdc++11 build_type=Debug \ No newline at end of file diff --git a/profiles/Linux_x86_64_Release b/profiles/Linux_x86_64_Release index e6d90eb..c20cade 100644 --- a/profiles/Linux_x86_64_Release +++ b/profiles/Linux_x86_64_Release @@ -3,5 +3,5 @@ os=Linux arch=x86_64 compiler=gcc compiler.version=14 -compiler.libcxx=libstdc++20 +compiler.libcxx=libstdc++11 build_type=Release \ No newline at end of file