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
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
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