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

Can't link with ooura when building aquila as external project #40

Open
dilawar opened this issue Nov 20, 2014 · 0 comments
Open

Can't link with ooura when building aquila as external project #40

dilawar opened this issue Nov 20, 2014 · 0 comments

Comments

@dilawar
Copy link

dilawar commented Nov 20, 2014

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.

My project is hosted here

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

1 participant