[nostalgia] Set CMP0110 to NEW, this which allows spaces in test names

This commit is contained in:
2020-11-21 23:25:44 -06:00
parent f35b6f0026
commit 3dee59d048
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.19)
set(CMAKE_POLICY_DEFAULT_CMP0110 NEW) # requires CMake 3.19
project(nostalgia)