File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/NativeProviders/Windows/OpenBLAS Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 62
62
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
63
</ImportGroup >
64
64
<PropertyGroup Label =" UserMacros" >
65
- <OpenBLASIncludeDir >$(ProjectDir)..\..\..\..\..\libs\OpenBLAS\include\</OpenBLASIncludeDir >
66
- <OpenBLASLibDir >$(ProjectDir)..\..\..\..\..\libs\OpenBLAS\x86\</OpenBLASLibDir >
67
- <OpenBLASLibDir_x64 >$(ProjectDir)..\..\..\..\..\libs\OpenBLAS\x64\</OpenBLASLibDir_x64 >
65
+ <OpenBlasPath Condition =" '$(OPENBLASPATH)' == ''" >$(ProjectDir)..\..\..\..\..\libs\OpenBLAS</OpenBlasPath >
66
+ <OpenBLASIncludeDir >$(OpenBlasPath)\include\</OpenBLASIncludeDir >
67
+ <OpenBLASLibDir >$(OpenBlasPath)\x86\</OpenBLASLibDir >
68
+ <OpenBLASLibDir_x64 >$(OpenBlasPath)\x64\</OpenBLASLibDir_x64 >
68
69
</PropertyGroup >
69
70
<PropertyGroup >
70
71
<_ProjectFileVersion >11.0.50727.1</_ProjectFileVersion >
You can’t perform that action at this time.
0 commit comments