aom_install: don't exclude msvc from install

BUG=aomedia:3029
BUG=aomedia:2778

Signed-off-by: Christopher Degawa <christopher.degawa@intel.com>
Change-Id: I9c8aebf10fe963d02d7dd92c5b1f87e9c4fdaabe
diff --git a/build/cmake/aom_install.cmake b/build/cmake/aom_install.cmake
index 702bd91..7b5cbbc 100644
--- a/build/cmake/aom_install.cmake
+++ b/build/cmake/aom_install.cmake
@@ -27,7 +27,7 @@
 # Note: aom.pc generation uses GNUInstallDirs:
 # https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
 macro(setup_aom_install_targets)
-  if(NOT (MSVC OR XCODE))
+  if(NOT XCODE)
     include("GNUInstallDirs")
     set(AOM_PKG_CONFIG_FILE "${AOM_CONFIG_DIR}/aom.pc")