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