mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 11:23:07 +08:00
Merge pull request #3299 from jennifer19931112/FixClblas
Fix vcpkg port clblas
This commit is contained in:
commit
bca1e78037
@ -32,7 +32,9 @@ vcpkg_configure_cmake(
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
||||
endif()
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
file(INSTALL
|
||||
|
Loading…
Reference in New Issue
Block a user