Marek Kotewicz
10 years ago
3 changed files with 22 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||||
|
include(ExternalProject) |
||||
|
|
||||
|
ExternalProject_Add(curl |
||||
|
URL http://curl.haxx.se/download/curl-7.38.0.tar.bz2 |
||||
|
BINARY_DIR curl-prefix/src/curl |
||||
|
CONFIGURE_COMMAND ./configure --with-darwinssl |
||||
|
BUILD_COMMAND make -j 3 |
||||
|
INSTALL_COMMAND "" |
||||
|
) |
||||
|
|
||||
|
|
Loading…
Reference in new issue