Skip to content

Commit 110c196

Browse files
committed
test/CMakeLists.txt: added some comments about requirements
1 parent 8261ded commit 110c196

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ if (BUILD_TESTS)
6060
endif()
6161

6262
if (REGISTER_TESTS)
63-
# CMP0064 requires 3.4
63+
# CMP0057 requires 3.3 - if (IN_LIST)
64+
# CMP0064 requires 3.4 - if (TEST)
6465
# CMAKE_MATCH_<n> usage for if (MATCHES) requires 3.9
6566
cmake_minimum_required(VERSION 3.9)
6667
cmake_policy(SET CMP0064 NEW)

0 commit comments

Comments
 (0)