From 9fad54a8218931b822da1db05ff0c30838a8918c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 7 Jan 2014 17:04:30 -0800 Subject: [PATCH] Fix CMake warning. --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7d3c0945..96757ec2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,7 @@ # Test if compile errors are produced where necessary. +cmake_minimum_required(VERSION 2.8) + include(CheckCXXSourceCompiles) set(CMAKE_REQUIRED_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/..)