Re: [CMake] Autotools sub project, static lib in a shared lib

2012-04-24 Thread Leif Walsh
Thanks, this worked perfectly. On Apr 23, 2012, at 11:45 AM, Nicolas Desprès wrote: Hi, You can have a look at the ExternalProject module: $ cmake --help-module ExternalProject Cheers, -Nico On Mon, Apr 23, 2012 at 5:10 PM, Leif Walsh leif.wa...@gmail.com wrote: Hi, I have a

[CMake] Autotools sub project, static lib in a shared lib

2012-04-23 Thread Leif Walsh
Hi, I have a cmake project with some weird requirements: It uses an external project that uses autotools. I have the other project's source tree unpacked in a subdirectory. During a build of my project, I want to run configure with some options, make, and make install in the subdirectory,

Re: [CMake] Autotools sub project, static lib in a shared lib

2012-04-23 Thread Nicolas Desprès
Hi, You can have a look at the ExternalProject module: $ cmake --help-module ExternalProject Cheers, -Nico On Mon, Apr 23, 2012 at 5:10 PM, Leif Walsh leif.wa...@gmail.com wrote: Hi, I have a cmake project with some weird requirements: It uses an external project that uses autotools. I