CacheNewline.cmake 129 B

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