mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
e1fc4b9b17
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)
|