Hi,
Before running cmake, we need to change a directotry where we want to
create output files.
But I think it is a bit inconvenient.
Is there any plan to implement an option of the output directory?
Regards.
Masaru.
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMa
I am proud to announce the fifth CMake 3.10 release candidate.
https://cmake.org/download/
Documentation is available at:
https://cmake.org/cmake/help/v3.10
Release notes appear below and are also published at
https://cmake.org/cmake/help/v3.10/release/3.10.html
Some of the more significan
Am Freitag, 10. November 2017, 09:57:30 CET schrieb Robert Maynard:
> We are pleased to announce that CMake 3.9.6 is now available for download.
>
> Please use the latest release from our download page:
> https://cmake.org/download/
>
> Thanks for your support!
>
>
> On Nov 10, 2017, at 6:49 AM, stefan.waig...@continental-corporation.com wrote:
>
> Hello,
>
> the usual way to pass a generator string to the cmake executable on the
> command line is:
> cmake . -G"Unix Makefiles"
>
> But when i have some bash scripting around it and try to hold the
Dear all,
I think we figured out what is the problem.
Looks like the Update.xml we were manually writing was missing time info, i.e.
Nov 10 16:36 CET
1510328188
Nov 10 16:36 CET
1510328189
0
and XML parsing was failing.
If we use CTEST_UPDATE() then on CDash there is another column “Update” wit
10.11.2017, 17:59, "stefan.waig...@continental-corporation.com"
:
> Hello,
>
> the usual way to pass a generator string to the cmake executable on the
> command line is:
> cmake . -G"Unix Makefiles"
>
> But when i have some bash scripting around it and try to hold the command
> line ar
We are pleased to announce that CMake 3.9.6 is now available for download.
Please use the latest release from our download page:
https://cmake.org/download/
Thanks for your support!
-
Changes in 3.9.6 since 3.9.5:
Brad Ki
Hello,
the usual way to pass a generator string to the cmake executable on the
command line is:
cmake . -G"Unix Makefiles"
But when i have some bash scripting around it and try to hold the command
line arguments in a variable, the trouble begins...
export CMDLINE=". -G\"Unix Makefiles\
Hi,
What version of CMake are you using and what miniare you exactly using?
The CXX_STANDARD and REQUIRED will make sure that the compiler has the
ability to enable some level of support for that language level. If
CMake isn't aware of the flag to enable that language level it should
error out.
Hi Craig,
Thanks for your continued support. I was able to create a small example
that you can find here:
https://gitlab.kitware.com/cmake/cmake/issues/17453
Best regards,
Robin
On Fri, 10 Nov 2017 at 06:32 Craig Scott wrote:
> Can you create a small, self-contained example that reproduces th
Dear all,
we are running a server with CDash v2.4.0-prebuilt (webpage shows 2.5.0 though)
and
can not figure out how to make CDash to show git commit for each build in the
dashboard.
The ctest script ends with:
FILE(STRINGS ${CTEST_BINARY_DIRECTORY}/Testing/TAG _tag LIMIT_COUNT 1)
SET(_path "$
11 matches
Mail list logo