Skip to content

Commit

Permalink
fix the define
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Apr 3, 2024
1 parent 4de3ca7 commit 6fbe2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Generate CMake options
shell: bash
if: matrix.lib == 'static'
run: echo "LIB=-DMAGICK_BUILD_STATIC" >> $GITHUB_ENV
run: echo "LIB=-DMAGICK_BUILD_STATIC=1" >> $GITHUB_ENV

- name: Generate CMake build (POSIX)
run: cd build && cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release ${{ matrix.lib }} ${{ env.LIB }}
Expand Down

0 comments on commit 6fbe2a8

Please # to comment.