You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
292 B
12 lines
292 B
if(CMP0176 STREQUAL "NEW")
|
|
cmake_policy(SET CMP0176 NEW)
|
|
endif()
|
|
|
|
# Set the console code page.
|
|
execute_process(COMMAND cmd /c chcp ${CODEPAGE})
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/Encoding-common.cmake)
|
|
|
|
# Save our internal UTF-8 representation of the output.
|
|
file(WRITE "out.txt" "${out}")
|