From 31149afd208acf469178eea28a69de684371a445 Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 19 Sep 2012 12:30:54 +0000 Subject: [PATCH] Add CMake minimum version. --- opts/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opts/CMakeLists.txt b/opts/CMakeLists.txt index c5d23a0..5286139 100644 --- a/opts/CMakeLists.txt +++ b/opts/CMakeLists.txt @@ -1,3 +1,5 @@ +cmake_minimum_required(VERSION 2.8) + find_package(LLVM) include(AddLLVM)