bindings/java/Swig/CNTKLibraryJavaBinding.vcxproj: change link
This commit is contained in:
Родитель
9b9f425598
Коммит
288f7d1144
|
@ -129,7 +129,7 @@
|
|||
</ItemGroup>
|
||||
<Target Name="CheckDependencies">
|
||||
<Warning Condition="!$(HasSwig)" Text="The project requires SWIG to be installed. Please see https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Windows#swig for installation instructions." />
|
||||
<Warning Condition="!$(HasJava)" Text="The project requires the Java JDK to be installed. Please see http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html for installation instructions." />
|
||||
<Warning Condition="!$(HasJava)" Text="The project requires the Java JDK to be installed. Please see https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Windows#optional-java for installation instructions." />
|
||||
</Target>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<Target Name="Build" Condition="$(HasSwig) And $(HasJava)" Outputs="$(TargetPath)" DependsOnTargets="$(BuildDependsOn)" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче