From fdf36eb8191f46180e34f989dc7251092cf251e9 Mon Sep 17 00:00:00 2001 From: Sean Warren Date: Wed, 6 Mar 2019 15:20:03 +0300 Subject: [PATCH] Update ports/openblas/portfile.cmake Co-Authored-By: kafeg --- ports/openblas/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/openblas/portfile.cmake b/ports/openblas/portfile.cmake index e7c9ead8a4..9aa269c907 100644 --- a/ports/openblas/portfile.cmake +++ b/ports/openblas/portfile.cmake @@ -16,7 +16,7 @@ if(NOT VCPKG_TARGET_ARCHITECTURE STREQUAL "x64") message(FATAL_ERROR "openblas can only be built for x64 currently") endif() -if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore") +if(MSVC) if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") message("openblas currenly only supports dynamic library linkage") set(VCPKG_LIBRARY_LINKAGE "dynamic")