Tests: Require CMake 3.0 for the SystemInformation test.

Correctly identify AppleClang.
This commit is contained in:
Stephen Kelly 2014-04-02 14:18:32 +02:00
parent 59b5fdd37c
commit 892243fc3b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 2.6)
cmake_minimum_required (VERSION 3.0)
project(SystemInformation)
include_directories("This does not exists")