diff options
Diffstat (limited to 'results/scraper/box64/940')
| -rw-r--r-- | results/scraper/box64/940 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/box64/940 b/results/scraper/box64/940 new file mode 100644 index 000000000..c62434119 --- /dev/null +++ b/results/scraper/box64/940 @@ -0,0 +1,13 @@ +cmakelist.txt need an update +I got this: +``` shell +CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): + Compatibility with CMake < 3.5 will be removed from a future version of + CMake. + + Update the VERSION argument <min> value or use a ...<max> suffix to tell + CMake that the project does not need compatibility with older versions. +``` +So change this: +cmake_minimum_required(VERSION 3.4) to +cmake_minimum_required(VERSION 3.4...3.5) \ No newline at end of file |