Re: [CMake] ExternalProject, target_link_libraries(), and Multi-configuration Builds.

2011-10-09 Thread Michael Hertling
On 10/09/2011 02:09 AM, michael lowell roberts wrote: On Sat, Oct 8, 2011 at 6:40 AM, Michael Hertling mhertl...@online.dewrote: On 10/08/2011 05:33 AM, michael lowell roberts wrote: Hi all, I'm attempting to use the ExternalProject module to compile and link against a library and I've

Re: [CMake] ExternalProject, target_link_libraries(), and Multi-configuration Builds.

2011-10-09 Thread michael lowell roberts
On Sun, Oct 9, 2011 at 7:49 AM, Michael Hertling mhertl...@online.dewrote: On 10/09/2011 02:09 AM, michael lowell roberts wrote: On Sat, Oct 8, 2011 at 6:40 AM, Michael Hertling mhertl...@online.de wrote: On 10/08/2011 05:33 AM, michael lowell roberts wrote: Hi all, I'm attempting

Re: [CMake] ExternalProject, target_link_libraries(), and Multi-configuration Builds.

2011-10-08 Thread Michael Hertling
On 10/08/2011 05:33 AM, michael lowell roberts wrote: Hi all, I'm attempting to use the ExternalProject module to compile and link against a library and I've run into a problem that I'm not certain how to address. I'm using CMake 2.8.6 and Visual Studio 10 Express. The external project,

[CMake] ExternalProject, target_link_libraries(), and Multi-configuration Builds.

2011-10-07 Thread michael lowell roberts
Hi all, I'm attempting to use the ExternalProject module to compile and link against a library and I've run into a problem that I'm not certain how to address. I'm using CMake 2.8.6 and Visual Studio 10 Express. The external project, in my case, is a CMake-compiled project and CMake predictably