From af7c73b1c3bca503bd15513a0a1e7ac812f7d242 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Wed, 6 Nov 2019 09:50:40 -0500 Subject: [PATCH] Add deprecation for SPIRV/ install folder location. This Cl updates the README.md to reference the deprecation date for the current SPIRV/ install location. Issue #1964 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f5651e1d..f1f6a2bb 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ comment in `glslang/MachineIndependent/Versions.cpp`. Tasks waiting to be done are documented as GitHub issues. +Deprecations +------------ + +1. GLSLang, when installed through CMake, will install a `SPIRV` folder into +`${CMAKE_INSTALL_INCLUDEDIR}`. This `SPIRV` folder is being moved to +`glslang/SPIRV`. During the transition the `SPIRV` folder will be installed into +both locations. The old install of `SPIRV/` will be removed as a CMake install +target no sooner then May 1, 2020. See issue #1964. + Execution of Standalone Wrapper -------------------------------