mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
On Windows the AUTO encoding is based on the console code page, so run the test in an isolated console window.
4 lines
89 B
CMake
4 lines
89 B
CMake
set(ENCODING AUTO)
|
|
set(CODEPAGE 54936)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/Encoding.cmake)
|