Files
CMake/Tests/RunCMake/execute_process/EncodingAUTO.cmake
Brad King e1fc4b9b17 Tests/RunCMake/execute_process: Add test for ENCODING AUTO
On Windows the AUTO encoding is based on the console code page,
so run the test in an isolated console window.
2024-09-13 08:19:32 -04:00

4 lines
89 B
CMake

set(ENCODING AUTO)
set(CODEPAGE 54936)
include(${CMAKE_CURRENT_LIST_DIR}/Encoding.cmake)