diff options
author | David Neto <dneto@google.com> | 2017-07-04 12:27:31 -0400 |
---|---|---|
committer | David Neto <dneto@google.com> | 2017-07-04 12:28:11 -0400 |
commit | 826d968a637e1405f9328f758f72a63d5ec0e9c7 (patch) | |
tree | ec992f095e70e5f3553ac22a463c3ba114b49587 | |
parent | fd70a1d7a094b26f7cc3b3da48e8609d82471847 (diff) | |
download | SPIRV-Tools-826d968a637e1405f9328f758f72a63d5ec0e9c7.tar.gz SPIRV-Tools-826d968a637e1405f9328f758f72a63d5ec0e9c7.tar.bz2 SPIRV-Tools-826d968a637e1405f9328f758f72a63d5ec0e9c7.zip |
Update CHANGES to say we use GNUIntallDirs
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ v2016.7-dev 2017-01-06 - Version string: Allow overriding of wall clock timestamp with contents of environment variable SOURCE_DATE_EPOCH. - Validator implements relaxed rules for SPV_KHR_16bit_storage. + - CMake installation rules use GNUInstallDirs. For example, libraries + will be installed into a lib64 directory if that's the norm for the + current system. - Fixes: #500: Parameterize validator limit checks #508: Support compilation under CYGWIN |