From 3bc0fcac244aa31fbca9c733f5f3fc291c3f6714 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Sun, 13 Oct 2024 13:17:54 -0700 Subject: [PATCH] Testing conan on linux. --- profiles/Linux_x86_64_Debug | 1 + profiles/Linux_x86_64_Release | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/Linux_x86_64_Debug b/profiles/Linux_x86_64_Debug index d62d98b..967b64b 100644 --- a/profiles/Linux_x86_64_Debug +++ b/profiles/Linux_x86_64_Debug @@ -3,4 +3,5 @@ os=Linux arch=x86_64 compiler=gcc compiler.version=14 +compiler.libcxx=libstdc++20 build_type=Debug \ No newline at end of file diff --git a/profiles/Linux_x86_64_Release b/profiles/Linux_x86_64_Release index 0c439a7..c20cade 100644 --- a/profiles/Linux_x86_64_Release +++ b/profiles/Linux_x86_64_Release @@ -3,4 +3,5 @@ os=Linux arch=x86_64 compiler=gcc compiler.version=14 +compiler.libcxx=libstdc++11 build_type=Release \ No newline at end of file