mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
a8f4355780
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
14 lines
345 B
Diff
14 lines
345 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index bc150c6..39a49fb 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -283,7 +283,7 @@ if (HAVE_AVX2)
|
|
list (APPEND SOURCEFILES ${fftw_dft_simd_avx2_SOURCE} ${fftw_rdft_simd_avx2_SOURCE})
|
|
endif ()
|
|
|
|
-set (FFTW_VERSION 3.3.9)
|
|
+set (FFTW_VERSION 3.3.10)
|
|
|
|
set (PREC_SUFFIX)
|
|
if (ENABLE_FLOAT)
|