Merge pull request #3299 from jennifer19931112/FixClblas

Fix vcpkg port clblas
This commit is contained in:
Alexander Karatarakis 2018-04-26 19:01:40 -07:00 committed by GitHub
commit bca1e78037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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