Skip to content

cmake: fix detection when openmp is enabled#92

Open
stkw0 wants to merge 1 commit intomborgerding:masterfrom
stkw0:master
Open

cmake: fix detection when openmp is enabled#92
stkw0 wants to merge 1 commit intomborgerding:masterfrom
stkw0:master

Conversation

@stkw0
Copy link

@stkw0 stkw0 commented Jan 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant