[CONAN] remove DBOOST_ASIO_DISABLE_CONCEPTS define

This commit is contained in:
Nicholas Dudfield
2025-03-24 16:34:41 +07:00
parent a203314c68
commit 8ea35ace02

View File

@@ -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: