diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-23 23:20:00 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-23 23:20:00 (GMT) |
commit | 27389b0a574e870341d110a267fb2ad99a63fed6 (patch) | |
tree | 55dd269389c80171307a90862fd64263bd93ddb0 /tests | |
parent | 44d1436d47e3cc43dbca9c0378af3cdb2d475297 (diff) | |
parent | 803818e1065af3d459608c117af0132e82c39cb1 (diff) |
Merge remote-tracking branch 'upstream/visitortests' into visitortests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 36021c0..22d4f96 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 2.8) -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}" GREATER 2.8.3) +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}" VERSION_GREATER 2.8.3) # Explicitly use new include policy to avoid globally shadowing included modules # http://www.cmake.org/cmake/help/cmake-2-8-docs.html#policy:CMP0017 cmake_policy(SET CMP0017 NEW) |