Skip to content

Commit

Permalink
try using /utf-8 instead of only /source-charset:utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Nov 30, 2023
1 parent 9e5ba31 commit 2865b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
-DBUILD_SHARED_LIBS=OFF
-DCMAKE_CXX_COMPILER=clang-cl
-DCMAKE_C_COMPILER=clang-cl
-DCMAKE_CXX_FLAGS="/source-charset:utf-8 /DUNICODE /D_UNICODE"
-DCMAKE_CXX_FLAGS="/utf-8 /DUNICODE /D_UNICODE"
testargs: >
-GNinja
-DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 2865b86

Please sign in to comment.