build: Do not cache debug library suffix
authorNuno Subtil <nsubtil@nvidia.com>
Fri, 25 Jan 2019 17:30:37 +0000 (09:30 -0800)
committerNuno Subtil <nsubtil@nvidia.com>
Fri, 25 Jan 2019 17:30:37 +0000 (09:30 -0800)
commit424612c0e79886e9ad7e9b172b15a73229ff7f46
tree26ab22204cf57c17c986ebe21d4c33947e15ccbd
parent493dee0ade8e900aca2ab7b3a4f530f98c7e8538
build: Do not cache debug library suffix

For nested project builds, writing CMAKE_DEBUG_POSTFIX into the cache
ends up affecting other projects. Caching this value doesn't seem to be
required in practice, so this change removes the cache tag.
CMakeLists.txt