Fix install for builds with MSVC compiler and NMake.
author <SeanMooreSW@gmail.com> <>
Sat, 29 Jul 2017 11:45:25 +0000 (07:45 -0400)
committer <SeanMooreSW@gmail.com> <>
Sat, 29 Jul 2017 11:45:25 +0000 (07:45 -0400)
commit7557fdbb72138ad0a4158e7290d2e11597622c95
tree70f3dad4413453caf85c84e162d99acf26c566c3
parenteb8639d7c8a056d1c1b1cd42598c84ba3974c41b
Fix install for builds with MSVC compiler and NMake.

The CMake variable "MSVC" and the related versioned variables indicate that the
Visual Studio compiler is used but when using that compiler and the "NMake
Makefiles JOM" build generator the files it tried to install weren't in the
expected Debug folder.
CMakeLists.txt
code/CMakeLists.txt