4 lines
133 B
CMake
4 lines
133 B
CMake
|
cmake_policy(SET CMP0176 NEW)
|
||
|
# No explicit ENCODING option; fall back to default.
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/Encoding.cmake)
|