flatironinstitute / finufft

Non-uniform fast Fourier transform library of types 1,2,3 in dimensions 1,2,3
Other
291 stars 73 forks source link

Fix installation using CMake #523

Closed jkrimmer closed 1 month ago

jkrimmer commented 1 month ago

In the current state, it is not possible to install the finufft library using CMake: Running cmake --install build as described in the documentation, does not have any effect. This commit fixes this issue.

ahbarnett commented 1 month ago

Marco, as the cmake expert, could you check what's going on (verify the claim re install, and the fix) - thansk! Alex

DiamonDinoia commented 1 month ago

Nice catch. Tested and it works.