Hi,

how does the ExternalProject interact with subsequent find_library calls?

I've seen projects building dependencies through ExternalProject, but
those would the project manually by querying ExternalProject and adding
a new imported target. How would I connect an ExternalProject to one or
more find_library calls?

Is there a downside from configure taking an unknown amount of time? My
expectation was that there is no timeout for the configure step.

Cheers,
  Matthäus

Am 24.09.2015 um 22:30 schrieb Bill Hoffman:
> On 9/24/2015 4:26 PM, Matthäus G. Chajdas wrote:
>> Hi,
>>
>> that sounds like it would do the trick. I wasn't aware that
>> execute_process will block the script until it's done executing. Need to
>> check this out but that definitely looks like the way to go, thanks!
> ExternalProject might be a better option.  It pushes the downloads to
> build time and handles dependencies without having to re-run CMake.  If
> you run a download script at CMake time, it could take an unknown amount
> of time to configure.
> 
> -Bill
> 
> 

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to