We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a511345 commit a98d4e8Copy full SHA for a98d4e8
tests/CMakeLists.txt
@@ -1,6 +1,8 @@
1
if(WIN32)
2
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/source-charset:utf-8>")
3
add_compile_options("$<$<C_COMPILER_ID:MSVC>:/source-charset:utf-8>")
4
+ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/execution-charset:utf-8>")
5
+ add_compile_options("$<$<C_COMPILER_ID:MSVC>:/execution-charset:utf-8>")
6
endif()
7
8
function(llama_test target)
0 commit comments