Skip to content

Commit 1b845c0

Browse files
authored
fftw: CMake 4 support (#28398)
1 parent 664955d commit 1b845c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/fftw/all/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def generate(self):
9090
tc.variables["ENABLE_SSE2"] = self.options.simd == "sse2"
9191
tc.variables["ENABLE_AVX"] = self.options.simd == "avx"
9292
tc.variables["ENABLE_AVX2"] = self.options.simd == "avx2"
93+
tc.cache_variables["CMAKE_POLICY_VERSION_MINIMUM"] = "3.5" # CMake 4 support
9394
tc.generate()
9495

9596
@property

0 commit comments

Comments
 (0)