blob: a8ed1bf5626cbd09ac30d65a8be21c54ab62a68d [file] [edit]
cmake_policy(SET CMP0219 NEW)
include("${CMAKE_CURRENT_LIST_DIR}/CMP0219-helpers.cmake")
macro(cmp0219_escape str)
cmp0219_assert_equal("${str}" "\\")
endmacro()
cmp0219_escape("\\")