Skip to content

Commit

Permalink
Yet another attempt to add permissive flag via command line
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Jan 20, 2023
1 parent 383d334 commit 5f4b0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
mkdir -p build
cd build
cmake -G"Visual Studio 16 2019" -DBUILD_TESTING:BOOL=ON -DCMAKE_CXX_FLAGS="/permissive-" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
cmake -G"Visual Studio 16 2019" -DBUILD_TESTING:BOOL=ON -DCMAKE_CXX_FLAGS_RELEASE="/permissive-" -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
- name: Build
shell: bash -l {0}
Expand Down

0 comments on commit 5f4b0b3

Please sign in to comment.