mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
[CONAN] clear the tools.build:cxxflags
This commit is contained in:
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@@ -55,6 +55,9 @@ jobs:
|
||||
run : |
|
||||
conan profile new default --detect || true
|
||||
conan profile update settings.compiler.cppstd=20 default
|
||||
conan profile show default # Check what profile is being used
|
||||
conan profile update tools.build:cxxflags=[] default # Reset cxxflags in default profile
|
||||
# TODO: CONAN
|
||||
# conan profile update 'conf.tools.build:cxxflags+=["-DBOOST_ASIO_DISABLE_CONCEPTS"]' default
|
||||
conan remove boost/1.86.0 --force
|
||||
- name: build
|
||||
|
||||
Reference in New Issue
Block a user