View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002817CMakeCTestpublic2006-02-02 16:232011-06-06 18:25
ReporterSebastien Barre 
Assigned ToBill Hoffman 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002817: REQ: ctest -D Install
DescriptionWould be nice to have an Install entry for the -D option to CTest, to install a project.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0013674)
Bill Hoffman (manager)
2008-10-01 15:56

What project would this install?
(0013677)
Sebastien Barre (reporter)
2008-10-01 16:00

it would just trigger the INSTALL target, right?
(0025269)
David Cole (manager)
2011-02-03 19:18

You can achieve this with a "modern" ctest -S script using:

  ctest_build(TARGET install)

Or... by doing:

  cmake --build . --target install --config Release
(0026700)
David Cole (manager)
2011-06-06 18:25

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2007-08-23 14:14 Alex Neundorf Assigned To System Admin =>
2007-08-23 14:14 Alex Neundorf Category CMake => CTest
2008-02-15 10:47 Bill Hoffman Assigned To => Bill Hoffman
2008-10-01 15:56 Bill Hoffman Note Added: 0013674
2008-10-01 16:00 Sebastien Barre Note Added: 0013677
2011-02-03 19:18 David Cole Note Added: 0025269
2011-02-03 19:18 David Cole Status assigned => resolved
2011-02-03 19:18 David Cole Resolution open => no change required
2011-06-06 18:25 David Cole Status resolved => closed
2011-06-06 18:25 David Cole Note Added: 0026700


Copyright © 2000 - 2018 MantisBT Team