Skip to content

Commit

Permalink
Merge pull request #20 from aeris170/cmake-vcpkg-action
Browse files Browse the repository at this point in the history
Remove linker exe flags
  • Loading branch information
aeris170 committed Aug 30, 2024
2 parents 0f14c64 + 2c5d3b3 commit 7f185c3
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 @@ -101,7 +101,6 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_CXX_FLAGS="${{ matrix.cmake_cxx_flags }}"
-DCMAKE_EXE_LINKER_FLAGS="${{ matrix.cmake_exe_linker_flags }}"
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-S ${{ github.workspace }}
Expand Down

0 comments on commit 7f185c3

Please sign in to comment.