File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 </ItemDefinitionGroup >
1010
1111 <ItemGroup >
12- <ProjectToBuild Include =" $(RepoRoot)src/Redist/Microsoft.ML.DnnImageFeaturizer.ModelRedist/Microsoft.ML.DnnImageFeaturizer.ModelRedist.proj" />
13- <ProjectToBuild Include =" $(RepoRoot)src/Native/Native.proj" />
14- <ProjectToBuild Include =" $(RepoRoot)Microsoft.ML.sln" />
12+ <ProjectToBuild Condition = " '$(Build)' == true " Include =" $(RepoRoot)src/Redist/Microsoft.ML.DnnImageFeaturizer.ModelRedist/Microsoft.ML.DnnImageFeaturizer.ModelRedist.proj" />
13+ <ProjectToBuild Condition = " '$(Build)' == true " Include =" $(RepoRoot)src/Native/Native.proj" />
14+ <ProjectToBuild Condition = " '$(Build)' == true " Include =" $(RepoRoot)Microsoft.ML.sln" />
1515 </ItemGroup >
1616
1717</Project >
Original file line number Diff line number Diff line change 1+ project ("Microsoft.ML Native Dependencies" )
2+
13cmake_minimum_required (VERSION 2.8.12)
24
35set (CMAKE_CXX_STANDARD 11)
You can’t perform that action at this time.
0 commit comments