Notes |
|
(0031483)
|
Brad King
|
2012-11-08 08:19
|
|
$ cmake --version
cmake version 2.8.10.1
$ cmake --build . -- -v
GNU Make 3.81
... |
|
|
(0031484)
|
Brad King
|
2012-11-08 08:20
|
|
What generator are you using? |
|
|
(0031485)
|
Dave Abrahams
|
2012-11-08 08:28
|
|
|
|
(0031486)
|
Dave Abrahams
|
2012-11-08 08:29
|
|
|
|
(0031488)
|
Brad King
|
2012-11-08 08:47
|
|
$ cmake --version
cmake version 2.8.10.1
$ cmake --build . -- -v
ninja: no work to do. |
|
|
(0031489)
|
Brad King
|
2012-11-08 08:49
|
|
$ cmake --version
cmake version 2.8.9
$ cmake --build . -- -v
ninja: no work to do. |
|
|
(0031490)
|
Eric NOULARD
|
2012-11-08 09:11
|
|
Just in case you did not already noticed.
Dave seems to be on Windows:
c:\Users\dave\ryppl-test\function-dev\build>cmake --version
cmake version 2.8.9
while you Brad seems to be testing on some unix:
$ cmake --version
cmake version 2.8.9
could be possible that command line arg handling is quite different ? |
|
|
(0031492)
|
Brad King
|
2012-11-08 09:38
|
|
>cmake --version
cmake version 2.8.9
>cmake --build . -- -v
Microsoft (R) Microsoft Visual Studio 2012 Version 11.0.50727.1.
...
Invalid Command Line. Unknown Switch : v.
....
This shows that the switch makes it through to the native build system. |
|
|
(0031493)
|
Bill Hoffman
|
2012-11-08 09:43
|
|
I can not reproduce with ninja on windows and cmake 2.8.9
c:\Users\hoffman\Work\My Builds\cmake-ninja>cmake --version
cmake version 2.8.9
c:\Users\hoffman\Work\My Builds\cmake-ninja>cmake --build . -- -v
ninja: no work to do.
c:\Users\hoffman\Work\My Builds\cmake-ninja>cmake --build . -- --version
git
c:\Users\hoffman\Work\My Builds\cmake-ninja> |
|
|
(0034563)
|
Peter Kuemmel
|
2013-11-26 05:59
|
|
Linux:
...$ cmake --version && cmake --build . -- --version
cmake version 2.8.12.20131103-gdefbc
1.4.0.git
Windows:
...>cmake --version && cmake --build . -- --version
cmake version 2.8.12.20131012-g8f40
1.4.0.git |
|
|
(0036035)
|
Robert Maynard
|
2014-06-02 08:37
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|