Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFTW3LibraryDepends.cmake missing from autotools build #332

Open
20DM opened this issue Aug 21, 2023 · 4 comments
Open

FFTW3LibraryDepends.cmake missing from autotools build #332

20DM opened this issue Aug 21, 2023 · 4 comments

Comments

@20DM
Copy link

20DM commented Aug 21, 2023

Hi,

the CMake config file appears to reference a FFTW3LibraryDepends.cmake which doesn't seem to exist:

include ("${CMAKE_CURRENT_LIST_DIR}/FFTW3LibraryDepends.cmake")

Is this by accident or am I missing something...?

Cheers,
Chris

@stevengj
Copy link
Contributor

stevengj commented Aug 22, 2023

It's generated by the rules in CMakeLists.txt when you run cmake

@20DM
Copy link
Author

20DM commented Aug 22, 2023

.. but not when you build with autotools, which is the default. The builds are inconsistent currently as far as I can tell.

@stevengj stevengj reopened this Aug 23, 2023
@stevengj stevengj changed the title FFTW3LibraryDepends.cmake referenced but doesn't exist...? FFTW3LibraryDepends.cmake missing from autotools build Aug 23, 2023
@stevengj
Copy link
Contributor

stevengj commented Aug 23, 2023

Yes, it might be better just to omit the FFTW3Config.cmake installation from the autotools build completely.

@20DM
Copy link
Author

20DM commented Aug 23, 2023

For what it's worth, when I build FFTW with autotools (or using Homebrew) and then manually remove that include line from the FFTW3Config.cmake, I can still link against the package just fine with my separate CMake-based application.

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

No branches or pull requests

2 participants