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

This commit is contained in:
2020-11-21 23:24:09 -06:00
parent 04c660765e
commit f35b6f0026
8 changed files with 36 additions and 36 deletions

View File

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