Skip to content

Commit 701cf4b

Browse files
committed
revert FFTW fix
1 parent 1aebe5a commit 701cf4b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
cmake_minimum_required(VERSION 3.20)
1010

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")
1311

1412
# We include C as a language because - for some reason -
1513
# FIND_LIBRARY_USE_LIB64_PATHS is otherwise ignored.

toolchain/dependencies/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ if (MFC_FFTW)
3636
URL "http://www.fftw.org/fftw-3.3.10.tar.gz"
3737
CMAKE_ARGS -DBUILD_TESTS=OFF
3838
-DBUILD_SHARED_LIBS=OFF
39-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
4039
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
4140
)
4241
else()

0 commit comments

Comments
 (0)