discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Some thoughts on out of tree modules and cmake files


From: Volker Schroer
Subject: [Discuss-gnuradio] Some thoughts on out of tree modules and cmake files
Date: Tue, 28 Jan 2014 12:19:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hi,

at the moment each out of tree module has it's one cmake/Modules path, containing some cmake macros, mainly copied from some gnuradio source tree.

As gnuradio development proceeds, cmake modules may be updated. It's not always necessary but perhaps good practice to keep the out of tree cmake modules in sync.

As the number of oot- modules raises that means a lot of work.

As each oot module needs a gnuradio installation , why not to install the complete cmake path together with gnuradio and reference these modules in the oot CMakeLists.txt. As far as I can see only only two lines in the main CMakeLists.txt file are effected.

The oot modules source would always use updated cmake files and if you need macros not provided by gnuradio you can still keep them with your module.

-- Volker





reply via email to

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