kissfft icon indicating copy to clipboard operation
kissfft copied to clipboard

cmake: fix detection when openmp is enabled

Open stkw0 opened this issue 1 year ago • 0 comments

When openmp was enabled it was falling with the next error:

CMake Error at /usr/lib64/cmake/kissfft/kissfft-config.cmake:104 (message):
  kissfft with datatype=simd is not installed
Call Stack (most recent call first):
  CMakeLists.txt:9 (find_package)

because on the last version it was changed to install with "-openmp" suffix if openmp was enabled, but this change was not applied to kissfft-config.cmake.in file.

stkw0 avatar Jan 30 '24 22:01 stkw0