mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
Update ports/openblas/portfile.cmake
Co-Authored-By: kafeg <v31337@gmail.com>
This commit is contained in:
parent
d4e25169c1
commit
fdf36eb819
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user