From 110c196bc90d1933dfa7e8533e01f11fe7abcabd Mon Sep 17 00:00:00 2001 From: firewave Date: Tue, 24 Oct 2023 14:45:19 +0200 Subject: [PATCH] test/CMakeLists.txt: added some comments about requirements --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 26d76976e4d..b4db4be9e82 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -60,7 +60,8 @@ if (BUILD_TESTS) endif() if (REGISTER_TESTS) - # CMP0064 requires 3.4 + # CMP0057 requires 3.3 - if (IN_LIST) + # CMP0064 requires 3.4 - if (TEST) # CMAKE_MATCH_ usage for if (MATCHES) requires 3.9 cmake_minimum_required(VERSION 3.9) cmake_policy(SET CMP0064 NEW)