Skip to content

Commit 35e4c52

Browse files
committed
fix FFTW 2
1 parent f6004b3 commit 35e4c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolchain/dependencies/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ 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
3940
"-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}"
4041
)
4142
else()

0 commit comments

Comments
 (0)