Skip to content

Commit ce2283c

Browse files
committed
try cmake command
1 parent a701305 commit ce2283c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
- name: Detect Conan Profile
5050
run: |
5151
conan profile detect -f
52-
grep -qxF '[conf]' build/profiles/default || echo '[conf]' >> build/profiles/default
53-
echo 'corrade/*:tools.build:cxxflags=["-include","vector"]' >> build/profiles/default
52+
#grep -qxF '[conf]' build/profiles/default || echo '[conf]' >> build/profiles/default
53+
#echo 'corrade/*:tools.build:cxxflags=["-include","vector"]' >> build/profiles/default
5454
5555
- name: Configure CMake
5656
shell: bash
5757
working-directory: ${{github.workspace}}/build
58-
run: PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake
58+
run: PKG_CONFIG_PATH=${{github.workspace}}/local/lib/pkgconfig cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=./cmake/conan_provider.cmake -D"CONAN_CONF=corrade/*:tools.build:cxxflags=['-include','vector']"
5959

6060
- name: Build
6161
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)