mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +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")
|
message(FATAL_ERROR "openblas can only be built for x64 currently")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
if(MSVC)
|
||||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||||
message("openblas currenly only supports dynamic library linkage")
|
message("openblas currenly only supports dynamic library linkage")
|
||||||
set(VCPKG_LIBRARY_LINKAGE "dynamic")
|
set(VCPKG_LIBRARY_LINKAGE "dynamic")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user