1 2 3 4 5
cmake_minimum_required(VERSION 3.5) project(CacheNewlineTest NONE) set(NEWLINE_VARIABLE "a\nb" CACHE STRING "Offending entry")