From 148adfc537ed5e1891ae9a20d25a14c09422ce9e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 31 Mar 2015 04:19:33 +0200 Subject: CMakeLists: We need cmake >= 2.8.8 for object libraries. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f0e768a..13f67280 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 2.6) +cmake_minimum_required (VERSION 2.8.8) project (usdx-cpp) set(cflags "-Wall -Werror -pedantic") -- cgit v1.2.3