summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-04-02 12:18:32 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-04-07 14:48:44 (GMT)
commit892243fc3bbc2bbd859cf6c6aaa7b1e1c19d59c9 (patch)
tree86f98da15f06c68684ce0366d8daaeffc88b94fe /Tests/SystemInformation
parent59b5fdd37c87dd27205e3756d17a186e02e0d326 (diff)
downloadCMake-892243fc3bbc2bbd859cf6c6aaa7b1e1c19d59c9.zip
CMake-892243fc3bbc2bbd859cf6c6aaa7b1e1c19d59c9.tar.gz
CMake-892243fc3bbc2bbd859cf6c6aaa7b1e1c19d59c9.tar.bz2
Tests: Require CMake 3.0 for the SystemInformation test.
Correctly identify AppleClang.
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SystemInformation/CMakeLists.txt b/Tests/SystemInformation/CMakeLists.txt
index c33380f..db54612 100644
--- a/Tests/SystemInformation/CMakeLists.txt
+++ b/Tests/SystemInformation/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.0)
project(SystemInformation)
include_directories("This does not exists")