From ca792090564a12ab85ffcf77f3054d5d6bf3330c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 13 Dec 2017 18:26:47 -0800 Subject: Enabling universal windows platform in cmake --- Graphics/GraphicsEngine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt index 776b524e..350ff53a 100644 --- a/Graphics/GraphicsEngine/CMakeLists.txt +++ b/Graphics/GraphicsEngine/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.3) +cmake_minimum_required (VERSION 3.8) project(GraphicsEngine CXX) -- cgit v1.2.3