We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b268220 commit f6004b3Copy full SHA for f6004b3
CMakeLists.txt
@@ -8,6 +8,8 @@
8
9
cmake_minimum_required(VERSION 3.20)
10
11
+# Set minimum policy version to 3.5 to fix FFTW compilation with CMake 4.0+
12
+set(CMAKE_POLICY_VERSION_MINIMUM "3.5" CACHE STRING "Minimum CMake policy version")
13
14
# We include C as a language because - for some reason -
15
# FIND_LIBRARY_USE_LIB64_PATHS is otherwise ignored.
0 commit comments