mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fix character set error when compiling under non-English Windows.
This commit is contained in:
parent
b81d76a223
commit
c9d896c816
|
@ -1,6 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.1)
|
||||
project(xlnt_all)
|
||||
|
||||
add_compile_options("$<$<C_COMPILER_ID:MSVC>:/utf-8>")
|
||||
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
|
||||
|
||||
# CTest setup
|
||||
# include (CTest) # Add this for valgrind support; CTest works without it
|
||||
enable_testing()
|
||||
|
|
Loading…
Reference in New Issue
Block a user