Re: [CMake] file(UPLOAD what does it support?

2014-10-09 Thread David Cole via CMake
The documentation might be a little sparse, but file UPLOAD uses curl in its implementation. So whatever protocols curl supports for uploading to a URL should be supported by file UPLOAD, too. I know for a fact it works with http, https and ftp. Is there some other protocol you are trying to use th

[CMake] file(UPLOAD what does it support?

2014-10-09 Thread jmerkow
Hello, I am trying to use file(UPLOAD. The documentation [1] is a little lacking on what types of uploading it supports. Is there a wiki or example page somewhere that goes over whats supported and how to use it? -Jameson [1] http://www.cmake.org/cmake/help/v3.0/command/file.html?highlight=UP

[CMake] CMake configuration hangs with TAU on Mac OSX

2014-10-09 Thread Lucas . Pettey
Hello, I cannot seem to get CMake to work with TAU on a Mac. I have tried Mountain Lion and Mavericks. I have tried "CC=tau_cc.sh CXX=tau_cxx.sh ccmake" but the configuration step hangs at 6%. I know my tau installation is working because it was able to build the program using a handwritten m

[CMake] Call for volunteer for CPackRPM, CPackDeb maintenance.

2014-10-09 Thread Eric Noulard
Hi everybody, This message is an open request to find volunteer maintainers for CPackRPM and CPackDeb which were my main contributions to CPack (CPackDeb was initially contributed by Mathieu). I have 21 Mantis tickets (http://public.kitware.com/Bug) assigned to me I will soon unassign them or "tr

[CMake] 2 libs stuck together !

2014-10-09 Thread jay75
i am working on ros indigo, ubuntu 14.04 trusty, opencv 2.4.9 i get this message: /usr/bin/ld: cannot find -lopencv_calib3dlibpthread now, "libpthread.so.0" and "libopencv_calib3d.so" are two separate libs in "/usr/lib/x86_64-linux-gnu/", which i have added successfully to my "link_libraries". w

[CMake] CTEST_CUSTOM_WARNING_EXCEPTION does not ignore vcl_deprecated_header

2014-10-09 Thread Rashad M
Hi, Below is from CTestCustom.cmake to ignore warning from vcl_deperacated_header.h set(CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "vcl_deprecated_header") here is the dashboard submission - http://dash.orfeo-toolbox.org/viewBuildError.php?type=1&buildid=159898 here is