We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8261ded commit 110c196Copy full SHA for 110c196
1 file changed
test/CMakeLists.txt
@@ -60,7 +60,8 @@ if (BUILD_TESTS)
60
endif()
61
62
if (REGISTER_TESTS)
63
- # CMP0064 requires 3.4
+ # CMP0057 requires 3.3 - if (IN_LIST)
64
+ # CMP0064 requires 3.4 - if (TEST)
65
# CMAKE_MATCH_<n> usage for if (MATCHES) requires 3.9
66
cmake_minimum_required(VERSION 3.9)
67
cmake_policy(SET CMP0064 NEW)
0 commit comments