Skip to content

Commit

Permalink
Merge pull request #28 from aeris170/cmake-vcpkg-action
Browse files Browse the repository at this point in the history
Delete explicit CXX flags
  • Loading branch information
aeris170 authored Aug 31, 2024
2 parents e355e89 + 8850ac2 commit 45d3ff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_CXX_FLAGS="-std=c++23 -stdlib=libc++"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
Expand Down

0 comments on commit 45d3ff3

Please sign in to comment.