From 8ea35ace02e97b726b2732a007be32b9c68d1c91 Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Mon, 24 Mar 2025 16:34:41 +0700 Subject: [PATCH] [CONAN] remove DBOOST_ASIO_DISABLE_CONCEPTS define --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 0b415c909..336101de5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -55,7 +55,7 @@ jobs: run : | conan profile new default --detect || true conan profile update settings.compiler.cppstd=20 default - conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default + # conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default - name: build uses: ./.github/actions/build with: