MantisBT - CMake
View Issue Details
0015533CMakeCMakepublic2015-04-24 12:082015-11-02 09:13
trsystran 
 
normaltextN/A
closedfixed 
CMake 3.2.2 
CMake 3.3CMake 3.3 
0015533: CMake documentation for CTEST_USE_LAUNCHERS wrongly states it only works with Makefile generator: it also works with Ninja
http://www.cmake.org/cmake/help/v3.0/module/CTest.html [^]
...
http://www.cmake.org/cmake/help/v3.2/module/CTest.html [^]

"(Currently the CTEST_USE_LAUNCHERS option is ignored on non-Makefile generators.)"

But since https://github.com/Kitware/CMake/commit/965358fcf64cf1a3693bcdd66f723729e0614ef6 [^] Ninja generator is also supported. According to github it should work for cmake >= 2.8.11.
This should be reflected in the documentation.
(There maybe other locations with this incorrect statement...)
No tags attached.
Issue History
2015-04-24 12:08trsystranNew Issue
2015-04-27 10:36Brad KingNote Added: 0038617
2015-04-27 10:36Brad KingStatusnew => resolved
2015-04-27 10:36Brad KingResolutionopen => fixed
2015-04-27 10:36Brad KingFixed in Version => CMake 3.3
2015-04-27 10:36Brad KingTarget Version => CMake 3.3
2015-04-28 13:33Brad KingNote Edited: 0038617bug_revision_view_page.php?bugnote_id=38617#r1775
2015-11-02 09:13Robert MaynardNote Added: 0039792
2015-11-02 09:13Robert MaynardStatusresolved => closed

Notes
(0038617)
Brad King   
2015-04-27 10:36   
(edited on: 2015-04-28 13:33)
Thanks. I've updated the documentation:

 ctest: Consolidate documentation of CTEST_USE_LAUNCHERS
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7244e845 [^]

(0039792)
Robert Maynard   
2015-11-02 09:13   
Closing resolved issues that have not been updated in more than 4 months.