File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
# policy CMP0076 - target_sources source files are relative to file where
3
3
# target_sources is run
4
4
cmake_policy (SET CMP0076 NEW)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
# policy CMP0076 - target_sources source files are relative to file where
3
3
# target_sources is run
4
4
cmake_policy (SET CMP0076 NEW)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
# policy CMP0076 - target_sources source files are relative to file where
3
3
# target_sources is run
4
4
cmake_policy (SET CMP0076 NEW)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
# policy CMP0076 - target_sources source files are relative to file where
3
3
# target_sources is run
4
4
cmake_policy (SET CMP0076 NEW)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
# policy CMP0076 - target_sources source files are relative to file where
3
3
# target_sources is run
4
4
cmake_policy (SET CMP0076 NEW)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
# policy CMP0076 - target_sources source files are relative to file where
3
3
# target_sources is run
4
4
cmake_policy (SET CMP0076 NEW)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
set (PROJECT_NAME FTorch)
3
3
set (LIB_NAME ftorch)
4
4
set (PACKAGE_VERSION 0.1)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15 FATAL_ERROR)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR)
2
2
set (PROJECT_NAME FTorch)
3
3
set (LIB_NAME ftorch)
4
4
set (PACKAGE_VERSION 0.1)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.15)
1
+ cmake_minimum_required (VERSION 3.15...3.31 FATAL_ERROR )
2
2
cmake_policy (SET CMP0076 NEW)
3
3
4
4
project ("FTorch unit tests" VERSION 1.0.0 LANGUAGES Fortran)
You can’t perform that action at this time.
0 commit comments