From f7b06c27708fc04d5edc9c5a30027c70eade680a Mon Sep 17 00:00:00 2001 From: Matt Chiasson Date: Thu, 16 May 2019 07:45:30 -0400 Subject: [PATCH] updated as per code review --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65e102b..b7c121a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ # The SPIR-V headers from the SPIR-V Registry # https://www.khronos.org/registry/spir-v/ # -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.0) project(SPIRV-Headers) # There are two ways to use this project. @@ -63,7 +63,6 @@ include(GNUInstallDirs) add_library(${PROJECT_NAME} INTERFACE) target_include_directories(${PROJECT_NAME} INTERFACE $ - $ ) # Installation -- 2.7.4