6 lines
129 B
CMake
6 lines
129 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
project(CacheNewlineTest NONE)
|
|
|
|
set(NEWLINE_VARIABLE "a\nb" CACHE STRING "Offending entry")
|