File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
</ItemDefinitionGroup >
10
10
11
11
<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" />
15
15
</ItemGroup >
16
16
17
17
</Project >
Original file line number Diff line number Diff line change
1
+ project ("Microsoft.ML Native Dependencies" )
2
+
1
3
cmake_minimum_required (VERSION 2.8.12)
2
4
3
5
set (CMAKE_CXX_STANDARD 11)
You can’t perform that action at this time.
0 commit comments