updated as per code review
authorMatt Chiasson <mchiasson@gmail.com>
Thu, 16 May 2019 11:45:30 +0000 (07:45 -0400)
committerGitHub <noreply@github.com>
Thu, 16 May 2019 11:45:30 +0000 (07:45 -0400)
CMakeLists.txt

index 65e102b..b7c121a 100644 (file)
@@ -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
     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
-    $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
 )
 
 # Installation