Skip to content

Commit 68a6abe

Browse files
committed
Bump minimum CMakeVersion to 3.10
Support for anything below is deprecated
1 parent dd06e9f commit 68a6abe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.10)
22
project(PRETTY_FAST_FFT)
33

44
# smaller library size?

bench/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8)
1+
cmake_minimum_required(VERSION 3.10)
22
project(BENCH_PFFFT)
33

44
set(BENCH_ID "default" CACHE STRING "ID: use single word without spaces. gets part of result filename")

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1)
1+
cmake_minimum_required(VERSION 3.10)
22
project(examples)
33

44
if ( CMAKE_C_COMPILER_ID MATCHES "MSVC" )

0 commit comments

Comments
 (0)