discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Include an OOT module in another OOT module?


From: Nowlan, Sean
Subject: Re: [Discuss-gnuradio] Include an OOT module in another OOT module?
Date: Sat, 27 Jun 2015 22:52:56 +0000

​Strange. It is now working for me, and I don't know what I did to break or fix it.


Sean



From: discuss-gnuradio-bounces+address@hidden <discuss-gnuradio-bounces+address@hidden> on behalf of Nowlan, Sean <address@hidden>
Sent: Saturday, June 27, 2015 6:27 PM
To: address@hidden
Subject: [Discuss-gnuradio] Include an OOT module in another OOT module?
 

Let's say I've made two OOT projects called gr-first and gr-second. I want to link gr-second against gr-first, but CMake isn't finding it.


gr-first/CMakeLists.txt seems to install a helper file: $PREFIX/lib/cmake/first/firstConfig.cmake


In gr-second/CMakeLists.txt, I add a line:


find_package(first)


But this does not work. I also tried


include(firstConfig)

find_package(first)


I guess I can hack something together using an example like gr-osmosdr, which depends on gr-iqbalance. Although if possible, I'd like to use the default helper file and get that working, since that's the whole point of having a helper file. Any hints?


Thanks,

Sean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]