We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following is my entry in CMake
include(ExternalProject) SET(DSP_SOURCE_DIR ${CMAKE_SOURCE_DIR}/external/aquila) ExternalProject_Add( aquila PREFIX ${DSP_SOURCE_DIR} URL https://github.com/zsiciarz/aquila/archive/master.zip CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${DSP_SOURCE_DIR} ) INCLUDE_DIRECTORIES(${DSP_SOURCE_DIR}/include)
It does not link OouraFft library with aquila therefore causing an undefined referece to cdft fault.
undefined referece to cdft
My project is hosted here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following is my entry in CMake
It does not link OouraFft library with aquila therefore causing an
undefined referece to cdft
fault.My project is hosted here
The text was updated successfully, but these errors were encountered: