From: Matt Chiasson Date: Thu, 16 May 2019 11:45:30 +0000 (-0400) Subject: updated as per code review X-Git-Tag: upstream/1.5.4~75^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7b06c27708fc04d5edc9c5a30027c70eade680a;p=platform%2Fupstream%2FSPIRV-Headers.git updated as per code review --- 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