Re: [CMake] CopyOfCMakeCache.txt

2018-10-18 Thread Chuck Atkins
Hi Frank, What version of CMake are you running (cmake --version) and what is are you running on? Is this on the Windows Subsystem for Linux? Older CMake versions had similar trouble there that was resolved with more recent releases. - Chuck On Thu, Oct 18, 2018, 17:04 Jean-Christophe Fillion-R

Re: [CMake] CopyOfCMakeCache.txt

2018-10-18 Thread Jean-Christophe Fillion-Robin
Hi Frank, Out of curiosity, did you explicitly pass CMAKE_SYSTEM_NAME variable when configuring your project ? Jc On Wed, Oct 17, 2018 at 6:38 PM Frank Tocci wrote: > Hello, > > I was using the CMake GUI when I came across the following message: > > System is unknown to cmake, create: > Platfo

Re: [CMake] ctest_submit CDASH_UPLOAD causes "Not a valid project" error on a valid project

2018-10-18 Thread Zack Galbreath
Discussion continues here: https://github.com/Kitware/CDash/issues/736 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offer

[CMake] Cross-compilation, CMake and Symlinks

2018-10-18 Thread fifo_thekid via CMake
So I'm using this guide to cross-compile OpenCV for Raspberry Pi: https://visualgdb.com/tutorials/raspberry/opencv/build/ I'm doing that mainly because building anything on RPi is much slower than on Windows, and because I need the remote debugging tools of Visual Studio. Everything worked as expe

[CMake] ctest_submit CDASH_UPLOAD causes "Not a valid project" error on a valid project

2018-10-18 Thread Vincent Le Bourlot
Hi, I'm trying to use 'ctest_coverage_collect_gcov(TARBALL gcov.tar)' along with 'ctest_submit(CDASH_UPLOAD gcov.tar CDASH_UPLOAD_TYPE GcovTar)' to upload gcov files to our cdash server. Although this succeeds to upload "normal" results to the server, ctest_start(${CTEST_DASHBOARD_TYPE}) ctest_co