Re: [CMake] Problems with ExternalProject_Add and tar.gz files

2010-04-02 Thread Ben Medina
Thanks. Bug filed: http://www.cmake.org/Bug/view.php?id=10505 On Fri, Apr 2, 2010 at 2:28 PM, Luigi Calori wrote: > I got exactly the same error in doing something similar: > it is the untar phase based on cmake that seem to fail on some kind of tar: > in the untar phase, externalProject uses cma

Re: [CMake] Problems with ExternalProject_Add and tar.gz files

2010-04-02 Thread Luigi Calori
I got exactly the same error in doing something similar: it is the untar phase based on cmake that seem to fail on some kind of tar: in the untar phase, externalProject uses cmake -E tar xvf and this is the part that fail. if I issue the command: >cmake -E tar xzf boost-1.41.0.cmake0.tar.gz or u

[CMake] Problems with ExternalProject_Add and tar.gz files

2010-04-02 Thread Ben Medina
I'm trying to get ExternalProject_Add to work, using a tar.gz file as the source. My experiment thus far is with boost, and my code looks like this: include (ExternalProject) set (boost_libs_to_build program_options) ExternalProject_Add( boost URL http://sodium.resopho