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