From ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 14 Dec 2017 08:47:24 -0800 Subject: CMake: replaced FXC command line with VS_SHADER_* properties --- Platforms/Basic/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Platforms') diff --git a/Platforms/Basic/CMakeLists.txt b/Platforms/Basic/CMakeLists.txt index f8736134..657b4932 100644 --- a/Platforms/Basic/CMakeLists.txt +++ b/Platforms/Basic/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(BasicPlatform CXX) -- cgit v1.2.3