From 5ba94f0963b8c19a21c03203ddbbec23f81935a7 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sat, 9 May 2015 18:21:31 +0200 Subject: [PATCH] Native: OpenBLAS lib directory via OPENBLASPATH environment variable --- .../Windows/OpenBLAS/OpenBLASWrapper.vcxproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj b/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj index 5a24f9b1..46523e0f 100644 --- a/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj +++ b/src/NativeProviders/Windows/OpenBLAS/OpenBLASWrapper.vcxproj @@ -62,9 +62,10 @@ - $(ProjectDir)..\..\..\..\..\libs\OpenBLAS\include\ - $(ProjectDir)..\..\..\..\..\libs\OpenBLAS\x86\ - $(ProjectDir)..\..\..\..\..\libs\OpenBLAS\x64\ + $(ProjectDir)..\..\..\..\..\libs\OpenBLAS + $(OpenBlasPath)\include\ + $(OpenBlasPath)\x86\ + $(OpenBlasPath)\x64\ <_ProjectFileVersion>11.0.50727.1