File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
3
3
project (autograd)
4
4
set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8 )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
3
3
project (custom-dataset)
4
4
set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.0 FATAL_ERROR )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
project (dcgan)
3
3
4
4
find_package (Torch REQUIRED)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 FATAL_ERROR )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
project (dist-mnist)
3
3
4
4
find_package (Torch REQUIRED)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 FATAL_ERROR )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
project (mnist)
3
3
set (CMAKE_CXX_STANDARD 17)
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
3
3
project (regression)
4
4
set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.0 )
1
+ cmake_minimum_required (VERSION 3.5 )
2
2
project (example)
3
3
4
4
find_package (Torch REQUIRED)
You can’t perform that action at this time.
0 commit comments