]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: prefer dash-style MSVC options
authorViktor Szakats <commit@vsz.me>
Tue, 21 Jan 2025 10:30:52 +0000 (11:30 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 22 Jan 2025 10:21:42 +0000 (11:21 +0100)
commit8dfd271c352318b98749ee66a860a54a95e761c3
treed703af78aa27c479ef07a9c9d42ddfa01abd429f
parentcd9107e0128191b7b5396b9eb81bbd20c2d36755
cmake: prefer dash-style MSVC options

They play better with Unixy shells. The compiler has been supporting
dash options since its early versions.

Also fix to detect warnings options passed in dash-style.

Closes #16063
.github/workflows/windows.yml
CMake/PickyWarnings.cmake
CMakeLists.txt