mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
2ed473b3b8
Different applications can use different output encodings.
7 lines
187 B
CMake
7 lines
187 B
CMake
execute_process(
|
|
COMMAND ${TEST_ENCODING_EXE} ${TEST_ENCODING} ${CMAKE_CURRENT_LIST_DIR}/EncodingUTF8-stderr.txt
|
|
OUTPUT_VARIABLE out
|
|
ENCODING ${TEST_ENCODING}
|
|
)
|
|
message("${out}")
|