Skip to content

Commit

Permalink
test/CMakeLists.txt: added some comments about requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 4, 2024
1 parent 8261ded commit 110c196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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_<n> usage for if (MATCHES) requires 3.9
cmake_minimum_required(VERSION 3.9)
cmake_policy(SET CMP0064 NEW)
Expand Down

0 comments on commit 110c196

Please sign in to comment.