[CMake] ExternalProject question

2016-02-06 Thread vadtec
I'm using ExternalProject to build external dependencies. curl provides a cmake build process, but I cannot figure out how to pass options such as: --disable-manual --disable-shared --without-librtmp --without-libidn --without-winidn --without-winssl --disable-ldap --disable-ldaps --enable-ipv6

Re: [CMake] Help for a cmake newbie

2016-02-05 Thread vadtec
h <petr.km...@gmail.com> wrote Hi Vadtec. *The* standard CMake way of dealing with building your dependencies is the ExternalProject module ( https://cmake.org/cmake/help/latest/module/ExternalProject.html ). It's a huge beast, but I belive there are some examples and tutorials avail

[CMake] Help for a cmake newbie

2016-01-30 Thread vadtec
Let me start by saying I consider my self a cmake newbie. I've made simple makefiles and simple cmake files, but anything more complicated has to this point eluded me. Not for a lack of trying, searching, researching, trail, and a great deal of error: I simply have not been able to achieve the t