We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd06e9f commit 68a6abeCopy full SHA for 68a6abe
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.10)
2
project(PRETTY_FAST_FFT)
3
4
# smaller library size?
bench/CMakeLists.txt
project(BENCH_PFFFT)
set(BENCH_ID "default" CACHE STRING "ID: use single word without spaces. gets part of result filename")
examples/CMakeLists.txt
-cmake_minimum_required(VERSION 3.1)
project(examples)
if ( CMAKE_C_COMPILER_ID MATCHES "MSVC" )
0 commit comments